#3F416B

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

Shades of Corn Flower Blue #3F416B

Tints of Corn Flower Blue #3F416B

Color information

#3F416B (or 0x3F416B) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 41 and 6B. RGB value is (63,65,107). Sum of RGB (Red+Green+Blue) = 63+65+107=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F416B is #C0BE94. Grayscale: #454545. Windows color (decimal): -12631701 or 7029055. OLE color: 7029055.

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

Color convert

RGB6365107-
CMYK0.410.3900.58
HSL237.27º25.88%33.33%-
HSV(B)237.27º41.12%41.96%-
XYZ6.595.914.7-
YUV69.19149.34123.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=26.81%
G=27.66%
B=45.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63651070.410.3900.58237.2725.8833.33
Hex3F416B292703Aed1a21
Octal7710115351470723553241
Binary1111111000001110101110100110011101110101110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,107); }

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

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

 a { background-color: rgb(63,65,107); }

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

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

 span { border-color: rgb(63,65,107); }

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