#403B6C

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

Shades of Corn Flower Blue #403B6C

Tints of Corn Flower Blue #403B6C

Color information

#403B6C (or 0x403B6C) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3B and 6C. RGB value is (64,59,108). Sum of RGB (Red+Green+Blue) = 64+59+108=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #403B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B6C is #BFC493. Grayscale: #414141. Windows color (decimal): -12567700 or 7093056. OLE color: 7093056.

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

Color convert

RGB6459108-
CMYK0.410.4500.58
HSL246.12º29.34%32.75%-
HSV(B)246.12º45.37%42.35%-
XYZ6.395.314.87-
YUV66.08151.66126.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=27.71%
G=25.54%
B=46.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64591080.410.4500.58246.1229.3432.75
Hex403B6C292D03Af61d21
Octal1007315451550723663541
Binary1000000111011110110010100110110101110101111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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