#3C2AB9

Color #3C2AB9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3C2AB9

Tints of Persian Blue #3C2AB9

Color information

#3C2AB9 (or 0x3C2AB9) is unknown color: approx Persian Blue. HEX triplet: 3C, 2A and B9. RGB value is (60,42,185). Sum of RGB (Red+Green+Blue) = 60+42+185=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 185 (72.66% from 255 or 64.46% from 287); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C2AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2AB9 is #C3D546. Grayscale: #3F3F3F. Windows color (decimal): -12834119 or 12134972. OLE color: 12134972.

HSL color Cylindrical-coordinate representation of color #3C2AB9: hue angle of 247.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2AB9 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6042185-
CMYK0.680.7700.27
HSL247.55º63%44.51%-
HSV(B)247.55º77.3%72.55%-
XYZ11.456.1246.48-
YUV63.68196.46125.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 185 (72.66% from 255) = 64.46%
R=20.91%
G=14.63%
B=64.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60421850.680.7700.27247.556344.51
Hex3C2AB9444D01Bf83f2d
Octal74522711041150333707755
Binary111100101010101110011000100100110101101111111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2AB9; }

 p { color: rgb(60,42,185); }

 H1.HeaderClassName
 {
   color: #3C2AB9;
 }
 .AnyTagClassName
 {
   color: #3C2AB9;
 }
</style>
background-color css

<style>
 a { background-color: #3C2AB9; }

 a { background-color: rgb(60,42,185); }

 div.DivClassName
 {
   background-color: #3C2AB9;
 }
 .BgClassName
 {
   background-color: #3C2AB9;
 }
</style>
border-color css

<style>
 span { border-color: #3C2AB9; }

 span { border-color: rgb(60,42,185); }

 td.TdClassName
 {
   border-color: #3C2AB9;
 }
 .TagClassName
 {
   border-color: #3C2AB9;
 }
</style>