#3C2DD4

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

Shades of Persian Blue #3C2DD4

Tints of Persian Blue #3C2DD4

Color information

#3C2DD4 (or 0x3C2DD4) is unknown color: approx Persian Blue. HEX triplet: 3C, 2D and D4. RGB value is (60,45,212). Sum of RGB (Red+Green+Blue) = 60+45+212=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 212 (83.20% from 255 or 66.88% from 317); Max value from RGB is 212 - color contains mainly: blue. Hex color #3C2DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DD4 is #C3D22B. Grayscale: #434343. Windows color (decimal): -12833324 or 13905212. OLE color: 13905212.

HSL color Cylindrical-coordinate representation of color #3C2DD4: hue angle of 245.39º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2DD4 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6045212-
CMYK0.720.7900.17
HSL245.39º66.01%50.39%-
HSV(B)245.39º78.77%83.14%-
XYZ14.697.5962.98-
YUV68.52208.97121.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 45 (17.97% from 255) = 14.20%
BLUE value IS 212 (83.20% from 255) = 66.88%
R=18.93%
G=14.20%
B=66.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal60452120.720.7900.17245.3966.0150.39
Hex3C2DD4484F011f54232
Octal745532411011702136510262
Binary1111001011011101010010010001001111010001111101011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,212); }

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

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

 a { background-color: rgb(60,45,212); }

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

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

 span { border-color: rgb(60,45,212); }

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