#403D70

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

Shades of Corn Flower Blue #403D70

Tints of Corn Flower Blue #403D70

Color information

#403D70 (or 0x403D70) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3D and 70. RGB value is (64,61,112). Sum of RGB (Red+Green+Blue) = 64+61+112=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #403D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D70 is #BFC28F. Grayscale: #434343. Windows color (decimal): -12567184 or 7355712. OLE color: 7355712.

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

Color convert

RGB6461112-
CMYK0.430.4600.56
HSL243.53º29.48%33.92%-
HSV(B)243.53º45.54%43.92%-
XYZ6.715.616.06-
YUV67.71152.99125.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=27.00%
G=25.74%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64611120.430.4600.56243.5329.4833.92
Hex403D702B2E038f41d22
Octal1007516053560703643542
Binary1000000111101111000010101110111001110001111010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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