#3C3E6C

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

Shades of Corn Flower Blue #3C3E6C

Tints of Corn Flower Blue #3C3E6C

Color information

#3C3E6C (or 0x3C3E6C) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 3E and 6C. RGB value is (60,62,108). Sum of RGB (Red+Green+Blue) = 60+62+108=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C3E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E6C is #C3C193. Grayscale: #424242. Windows color (decimal): -12829076 or 7093820. OLE color: 7093820.

HSL color Cylindrical-coordinate representation of color #3C3E6C: hue angle of 237.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3E6C is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6062108-
CMYK0.440.4300.58
HSL237.5º28.57%32.94%-
HSV(B)237.5º44.44%42.35%-
XYZ6.295.4914.92-
YUV66.65151.34123.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=26.09%
G=26.96%
B=46.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60621080.440.4300.58237.528.5732.94
Hex3C3E6C2C2B03Aee1d21
Octal747615454530723563541
Binary111100111110110110010110010101101110101110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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