#3E4075

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

Shades of Corn Flower Blue #3E4075

Tints of Corn Flower Blue #3E4075

Color information

#3E4075 (or 0x3E4075) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 40 and 75. RGB value is (62,64,117). Sum of RGB (Red+Green+Blue) = 62+64+117=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4075 is #C1BF8A. Grayscale: #454545. Windows color (decimal): -12697483 or 7684158. OLE color: 7684158.

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

Color convert

RGB6264117-
CMYK0.470.4500.54
HSL237.82º30.73%35.1%-
HSV(B)237.82º47.01%45.88%-
XYZ7.035.9817.61-
YUV69.44154.84122.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=25.51%
G=26.34%
B=48.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62641170.470.4500.54237.8230.7335.1
Hex3E40752F2D036ee1f23
Octal7610016557550663563743
Binary1111101000000111010110111110110101101101110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,117); }

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

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

 a { background-color: rgb(62,64,117); }

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

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

 span { border-color: rgb(62,64,117); }

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