#3E416F

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

Shades of Corn Flower Blue #3E416F

Tints of Corn Flower Blue #3E416F

Color information

#3E416F (or 0x3E416F) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 41 and 6F. RGB value is (62,65,111). Sum of RGB (Red+Green+Blue) = 62+65+111=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E416F is #C1BE90. Grayscale: #454545. Windows color (decimal): -12697233 or 7291198. OLE color: 7291198.

HSL color Cylindrical-coordinate representation of color #3E416F: hue angle of 236.33º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E416F is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6265111-
CMYK0.440.4100.56
HSL236.33º28.32%33.92%-
HSV(B)236.33º44.14%43.53%-
XYZ6.755.9515.83-
YUV69.35151.51122.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=26.05%
G=27.31%
B=46.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62651110.440.4100.56236.3328.3233.92
Hex3E416F2C29038ec1c22
Octal7610115754510703543442
Binary1111101000001110111110110010100101110001110110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,111); }

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

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

 a { background-color: rgb(62,65,111); }

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

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

 span { border-color: rgb(62,65,111); }

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