#403C6D

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

Shades of Corn Flower Blue #403C6D

Tints of Corn Flower Blue #403C6D

Color information

#403C6D (or 0x403C6D) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 6D. RGB value is (64,60,109). Sum of RGB (Red+Green+Blue) = 64+60+109=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #403C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C6D is #BFC392. Grayscale: #424242. Windows color (decimal): -12567443 or 7158848. OLE color: 7158848.

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

Color convert

RGB6460109-
CMYK0.410.4500.57
HSL244.9º28.99%33.14%-
HSV(B)244.9º44.95%42.75%-
XYZ6.495.4315.17-
YUV66.78151.83126.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=27.47%
G=25.75%
B=46.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64601090.410.4500.57244.928.9933.14
Hex403C6D292D039f51d21
Octal1007415551550713653541
Binary1000000111100110110110100110110101110011111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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