#403E71

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

Shades of Corn Flower Blue #403E71

Tints of Corn Flower Blue #403E71

Color information

#403E71 (or 0x403E71) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 71. RGB value is (64,62,113). Sum of RGB (Red+Green+Blue) = 64+62+113=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #403E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E71 is #BFC18E. Grayscale: #444444. Windows color (decimal): -12566927 or 7421504. OLE color: 7421504.

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

Color convert

RGB6462113-
CMYK0.430.4500.56
HSL242.35º29.14%34.31%-
HSV(B)242.35º45.13%44.31%-
XYZ6.825.7316.37-
YUV68.41153.16124.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=26.78%
G=25.94%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64621130.430.4500.56242.3529.1434.31
Hex403E712B2D038f21d22
Octal1007616153550703623542
Binary1000000111110111000110101110110101110001111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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