#403F61

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

Shades of Corn Flower Blue #403F61

Tints of Corn Flower Blue #403F61

Color information

#403F61 (or 0x403F61) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 61. RGB value is (64,63,97). Sum of RGB (Red+Green+Blue) = 64+63+97=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #403F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F61 is #BFC09E. Grayscale: #434343. Windows color (decimal): -12566687 or 6373184. OLE color: 6373184.

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

Color convert

RGB646397-
CMYK0.340.3500.62
HSL241.76º21.25%31.37%-
HSV(B)241.76º35.05%38.04%-
XYZ6.055.5112.05-
YUV67.17144.83125.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=28.57%
G=28.12%
B=43.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6463970.340.3500.62241.7621.2531.37
Hex403F61222303Ef2151f
Octal1007714142430763622537
Binary100000011111111000011000101000110111110111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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