#403F70

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

Shades of Corn Flower Blue #403F70

Tints of Corn Flower Blue #403F70

Color information

#403F70 (or 0x403F70) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 70. RGB value is (64,63,112). Sum of RGB (Red+Green+Blue) = 64+63+112=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #403F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F70 is #BFC08F. Grayscale: #444444. Windows color (decimal): -12566672 or 7356224. OLE color: 7356224.

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

Color convert

RGB6463112-
CMYK0.430.4400.56
HSL241.22º28%34.31%-
HSV(B)241.22º43.75%43.92%-
XYZ6.825.8116.09-
YUV68.88152.33124.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=26.78%
G=26.36%
B=46.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64631120.430.4400.56241.222834.31
Hex403F702B2C038f11c22
Octal1007716053540703613442
Binary1000000111111111000010101110110001110001111000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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