#403972

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

Shades of Corn Flower Blue #403972

Tints of Corn Flower Blue #403972

Color information

#403972 (or 0x403972) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 39 and 72. RGB value is (64,57,114). Sum of RGB (Red+Green+Blue) = 64+57+114=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #403972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403972 is #BFC68D. Grayscale: #414141. Windows color (decimal): -12568206 or 7485760. OLE color: 7485760.

HSL color Cylindrical-coordinate representation of color #403972: hue angle of 247.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403972 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6457114-
CMYK0.440.5000.55
HSL247.37º33.33%33.53%-
HSV(B)247.37º50%44.71%-
XYZ6.615.2316.58-
YUV65.59155.32126.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=27.23%
G=24.26%
B=48.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64571140.440.5000.55247.3733.3333.53
Hex4039722C32037f72122
Octal1007116254620673674142
Binary10000001110011110010101100110010011011111110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403972; }

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

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

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

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

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

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

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

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