#404372

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

Shades of Corn Flower Blue #404372

Tints of Corn Flower Blue #404372

Color information

#404372 (or 0x404372) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 43 and 72. RGB value is (64,67,114). Sum of RGB (Red+Green+Blue) = 64+67+114=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #404372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404372 is #BFBC8D. Grayscale: #474747. Windows color (decimal): -12565646 or 7488320. OLE color: 7488320.

HSL color Cylindrical-coordinate representation of color #404372: hue angle of 236.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404372 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6467114-
CMYK0.440.4100.55
HSL236.4º28.09%34.9%-
HSV(B)236.4º43.86%44.71%-
XYZ7.166.3216.76-
YUV71.46152.01122.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=26.12%
G=27.35%
B=46.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64671140.440.4100.55236.428.0934.9
Hex4043722C29037ec1c23
Octal10010316254510673543443
Binary10000001000011111001010110010100101101111110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404372; }

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

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

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

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

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

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

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

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