#403E61

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

Shades of Corn Flower Blue #403E61

Tints of Corn Flower Blue #403E61

Color information

#403E61 (or 0x403E61) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 61. RGB value is (64,62,97). Sum of RGB (Red+Green+Blue) = 64+62+97=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #403E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E61 is #BFC19E. Grayscale: #424242. Windows color (decimal): -12566943 or 6372928. OLE color: 6372928.

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

Color convert

RGB646297-
CMYK0.340.3600.62
HSL243.43º22.01%31.18%-
HSV(B)243.43º36.08%38.04%-
XYZ5.995.412.04-
YUV66.59145.16126.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=28.70%
G=27.80%
B=43.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6462970.340.3600.62243.4322.0131.18
Hex403E61222403Ef3161f
Octal1007614142440763632637
Binary100000011111011000011000101001000111110111100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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