#3F4072

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

Shades of Corn Flower Blue #3F4072

Tints of Corn Flower Blue #3F4072

Color information

#3F4072 (or 0x3F4072) is unknown color: approx Corn Flower Blue. HEX triplet: 3F, 40 and 72. RGB value is (63,64,114). Sum of RGB (Red+Green+Blue) = 63+64+114=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4072 is #C0BF8D. Grayscale: #454545. Windows color (decimal): -12631950 or 7487551. OLE color: 7487551.

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

Color convert

RGB6364114-
CMYK0.450.4400.55
HSL238.82º28.81%34.71%-
HSV(B)238.82º44.74%44.71%-
XYZ6.925.9416.7-
YUV69.4153.17123.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=26.14%
G=26.56%
B=47.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63641140.450.4400.55238.8228.8134.71
Hex3F40722D2C037ef1d23
Octal7710016255540673573543
Binary1111111000000111001010110110110001101111110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,114); }

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

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

 a { background-color: rgb(63,64,114); }

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

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

 span { border-color: rgb(63,64,114); }

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