#403C69

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

Shades of Corn Flower Blue #403C69

Tints of Corn Flower Blue #403C69

Color information

#403C69 (or 0x403C69) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 69. RGB value is (64,60,105). Sum of RGB (Red+Green+Blue) = 64+60+105=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #403C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C69 is #BFC396. Grayscale: #424242. Windows color (decimal): -12567447 or 6896704. OLE color: 6896704.

HSL color Cylindrical-coordinate representation of color #403C69: hue angle of 245.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403C69 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6460105-
CMYK0.390.4300.59
HSL245.33º27.27%32.35%-
HSV(B)245.33º42.86%41.18%-
XYZ6.285.3414.06-
YUV66.33149.83126.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=27.95%
G=26.20%
B=45.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64601050.390.4300.59245.3327.2732.35
Hex403C69272B03Bf51b20
Octal1007415147530733653340
Binary1000000111100110100110011110101101110111111010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,60,105); }

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

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

 a { background-color: rgb(64,60,105); }

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

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

 span { border-color: rgb(64,60,105); }

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