#3E4274

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

Shades of Corn Flower Blue #3E4274

Tints of Corn Flower Blue #3E4274

Color information

#3E4274 (or 0x3E4274) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 42 and 74. RGB value is (62,66,116). Sum of RGB (Red+Green+Blue) = 62+66+116=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E4274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4274 is #C1BD8B. Grayscale: #464646. Windows color (decimal): -12696972 or 7619134. OLE color: 7619134.

HSL color Cylindrical-coordinate representation of color #3E4274: hue angle of 235.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4274 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6266116-
CMYK0.470.4300.55
HSL235.56º30.34%34.9%-
HSV(B)235.56º46.55%45.49%-
XYZ7.096.1817.34-
YUV70.5153.67121.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=25.41%
G=27.05%
B=47.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62661160.470.4300.55235.5630.3434.9
Hex3E42742F2B037ec1e23
Octal7610216457530673543643
Binary1111101000010111010010111110101101101111110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,116); }

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

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

 a { background-color: rgb(62,66,116); }

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

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

 span { border-color: rgb(62,66,116); }

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