#403C6C

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

Shades of Corn Flower Blue #403C6C

Tints of Corn Flower Blue #403C6C

Color information

#403C6C (or 0x403C6C) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 6C. RGB value is (64,60,108). Sum of RGB (Red+Green+Blue) = 64+60+108=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #403C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C6C is #BFC393. Grayscale: #424242. Windows color (decimal): -12567444 or 7093312. OLE color: 7093312.

HSL color Cylindrical-coordinate representation of color #403C6C: hue angle of 245º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403C6C is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6460108-
CMYK0.410.4400.58
HSL245º28.57%32.94%-
HSV(B)245º44.44%42.35%-
XYZ6.445.414.89-
YUV66.67151.33126.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=27.59%
G=25.86%
B=46.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64601080.410.4400.5824528.5732.94
Hex403C6C292C03Af51d21
Octal1007415451540723653541
Binary1000000111100110110010100110110001110101111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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