#404369

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

Shades of Corn Flower Blue #404369

Tints of Corn Flower Blue #404369

Color information

#404369 (or 0x404369) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 43 and 69. RGB value is (64,67,105). Sum of RGB (Red+Green+Blue) = 64+67+105=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #404369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404369 is #BFBC96. Grayscale: #464646. Windows color (decimal): -12565655 or 6898496. OLE color: 6898496.

HSL color Cylindrical-coordinate representation of color #404369: hue angle of 235.61º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404369 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6467105-
CMYK0.390.3600.59
HSL235.61º24.26%33.14%-
HSV(B)235.61º39.05%41.18%-
XYZ6.676.1214.2-
YUV70.44147.51123.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=27.12%
G=28.39%
B=44.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64671050.390.3600.59235.6124.2633.14
Hex404369272403Bec1821
Octal10010315147440733543041
Binary10000001000011110100110011110010001110111110110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404369; }

 p { color: rgb(64,67,105); }

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

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

 a { background-color: rgb(64,67,105); }

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

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

 span { border-color: rgb(64,67,105); }

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