#3C3E66

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

Shades of Corn Flower Blue #3C3E66

Tints of Corn Flower Blue #3C3E66

Color information

#3C3E66 (or 0x3C3E66) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 3E and 66. RGB value is (60,62,102). Sum of RGB (Red+Green+Blue) = 60+62+102=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C3E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E66 is #C3C199. Grayscale: #414141. Windows color (decimal): -12829082 or 6700604. OLE color: 6700604.

HSL color Cylindrical-coordinate representation of color #3C3E66: hue angle of 237.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3E66 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6062102-
CMYK0.410.3900.6
HSL237.14º25.93%31.76%-
HSV(B)237.14º41.18%40%-
XYZ5.985.3713.29-
YUV65.96148.34123.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=26.79%
G=27.68%
B=45.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60621020.410.3900.6237.1425.9331.76
Hex3C3E66292703Ced1a20
Octal747614651470743553240
Binary111100111110110011010100110011101111001110110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,62,102); }

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

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

 a { background-color: rgb(60,62,102); }

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

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

 span { border-color: rgb(60,62,102); }

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