#403D64

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

Shades of Corn Flower Blue #403D64

Tints of Corn Flower Blue #403D64

Color information

#403D64 (or 0x403D64) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3D and 64. RGB value is (64,61,100). Sum of RGB (Red+Green+Blue) = 64+61+100=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #403D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D64 is #BFC29B. Grayscale: #424242. Windows color (decimal): -12567196 or 6569280. OLE color: 6569280.

HSL color Cylindrical-coordinate representation of color #403D64: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403D64 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6461100-
CMYK0.360.3900.61
HSL244.62º24.22%31.57%-
HSV(B)244.62º39%39.22%-
XYZ6.085.3512.77-
YUV66.34146.99126.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=28.44%
G=27.11%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64611000.360.3900.61244.6224.2231.57
Hex403D64242703Df51820
Octal1007514444470753653040
Binary1000000111101110010010010010011101111011111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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