#3E3872

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

Shades of Corn Flower Blue #3E3872

Tints of Corn Flower Blue #3E3872

Color information

#3E3872 (or 0x3E3872) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 38 and 72. RGB value is (62,56,114). Sum of RGB (Red+Green+Blue) = 62+56+114=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3872 is #C1C78D. Grayscale: #404040. Windows color (decimal): -12699534 or 7485502. OLE color: 7485502.

HSL color Cylindrical-coordinate representation of color #3E3872: hue angle of 246.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E3872 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6256114-
CMYK0.460.5100.55
HSL246.21º34.12%33.33%-
HSV(B)246.21º50.88%44.71%-
XYZ6.445.0716.56-
YUV64.41155.99126.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=26.72%
G=24.14%
B=49.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62561140.460.5100.55246.2134.1233.33
Hex3E38722E33037f62221
Octal767016256630673664241
Binary1111101110001110010101110110011011011111110110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,114); }

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

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

 a { background-color: rgb(62,56,114); }

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

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

 span { border-color: rgb(62,56,114); }

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