#403F71

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

Shades of Corn Flower Blue #403F71

Tints of Corn Flower Blue #403F71

Color information

#403F71 (or 0x403F71) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 71. RGB value is (64,63,113). Sum of RGB (Red+Green+Blue) = 64+63+113=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #403F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F71 is #BFC08E. Grayscale: #444444. Windows color (decimal): -12566671 or 7421760. OLE color: 7421760.

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

Color convert

RGB6463113-
CMYK0.430.4400.56
HSL241.2º28.41%34.51%-
HSV(B)241.2º44.25%44.31%-
XYZ6.875.8416.39-
YUV69152.83124.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=26.67%
G=26.25%
B=47.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64631130.430.4400.56241.228.4134.51
Hex403F712B2C038f11c23
Octal1007716153540703613443
Binary1000000111111111000110101110110001110001111000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F71; }

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

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

<style>
 a { background-color: #403F71; }

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

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

<style>
 span { border-color: #403F71; }

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

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