#403F62

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

Shades of Corn Flower Blue #403F62

Tints of Corn Flower Blue #403F62

Color information

#403F62 (or 0x403F62) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 62. RGB value is (64,63,98). Sum of RGB (Red+Green+Blue) = 64+63+98=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #403F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F62 is #BFC09D. Grayscale: #434343. Windows color (decimal): -12566686 or 6438720. OLE color: 6438720.

HSL color Cylindrical-coordinate representation of color #403F62: hue angle of 241.71º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403F62 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646398-
CMYK0.350.3600.62
HSL241.71º21.74%31.57%-
HSV(B)241.71º35.71%38.43%-
XYZ6.15.5312.3-
YUV67.29145.33125.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=28.44%
G=28%
B=43.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6463980.350.3600.62241.7121.7431.57
Hex403F62232403Ef21620
Octal1007714243440763622640
Binary1000000111111110001010001110010001111101111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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