#404370

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

Shades of Corn Flower Blue #404370

Tints of Corn Flower Blue #404370

Color information

#404370 (or 0x404370) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 43 and 70. RGB value is (64,67,112). Sum of RGB (Red+Green+Blue) = 64+67+112=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #404370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404370 is #BFBC8F. Grayscale: #474747. Windows color (decimal): -12565648 or 7357248. OLE color: 7357248.

HSL color Cylindrical-coordinate representation of color #404370: hue angle of 236.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404370 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6467112-
CMYK0.430.4000.56
HSL236.25º27.27%34.51%-
HSV(B)236.25º42.86%43.92%-
XYZ7.056.2716.17-
YUV71.23151.01122.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=26.34%
G=27.57%
B=46.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64671120.430.4000.56236.2527.2734.51
Hex4043702B28038ec1b23
Octal10010316053500703543343
Binary10000001000011111000010101110100001110001110110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404370; }

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

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

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

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

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

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

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

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