#403B6D

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

Shades of Corn Flower Blue #403B6D

Tints of Corn Flower Blue #403B6D

Color information

#403B6D (or 0x403B6D) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3B and 6D. RGB value is (64,59,109). Sum of RGB (Red+Green+Blue) = 64+59+109=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #403B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B6D is #BFC492. Grayscale: #414141. Windows color (decimal): -12567699 or 7158592. OLE color: 7158592.

HSL color Cylindrical-coordinate representation of color #403B6D: hue angle of 246º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403B6D is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6459109-
CMYK0.410.4600.57
HSL246º29.76%32.94%-
HSV(B)246º45.87%42.75%-
XYZ6.445.3215.16-
YUV66.19152.16126.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=27.59%
G=25.43%
B=46.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64591090.410.4600.5724629.7632.94
Hex403B6D292E039f61e21
Octal1007315551560713663641
Binary1000000111011110110110100110111001110011111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,109); }

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

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

 a { background-color: rgb(64,59,109); }

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

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

 span { border-color: rgb(64,59,109); }

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