#403F60

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

Shades of Corn Flower Blue #403F60

Tints of Corn Flower Blue #403F60

Color information

#403F60 (or 0x403F60) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 60. RGB value is (64,63,96). Sum of RGB (Red+Green+Blue) = 64+63+96=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #403F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F60 is #BFC09F. Grayscale: #424242. Windows color (decimal): -12566688 or 6307648. OLE color: 6307648.

HSL color Cylindrical-coordinate representation of color #403F60: hue angle of 241.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403F60 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646396-
CMYK0.330.3400.62
HSL241.82º20.75%31.18%-
HSV(B)241.82º34.38%37.65%-
XYZ65.4911.81-
YUV67.06144.33125.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=28.70%
G=28.25%
B=43.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6463960.330.3400.62241.8220.7531.18
Hex403F60212203Ef2151f
Octal1007714041420763622537
Binary100000011111111000001000011000100111110111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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