Shades of Corn Flower Blue #403B6C
Tints of Corn Flower Blue #403B6C
RGB
CMYK
RGB Variations
Color information
#403B6C (or 0x403B6C) is known color: 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
| RGB | 64 | 59 | 108 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.58 |
| HSL | 246.12º | 0.29% | 0.33% | - |
| HSV(B) | 246.12º | 0.45% | 0.42% | - |
| XYZ | 6.39 | 5.3 | 14.87 | - |
| YUV | 66.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 108 | 0.41 | 0.45 | 0 | 0.58 | 246.12 | 0.29 | 0.33 |
| Hex | 40 | 3B | 6C | 29 | 2D | 0 | 3A | F6 | 1D | 21 |
| Octal | 100 | 73 | 154 | 51 | 55 | 0 | 72 | 366 | 35 | 41 |
| Binary | 1000000 | 111011 | 1101100 | 101001 | 101101 | 0 | 111010 | 11110110 | 11101 | 100001 |
Color Harmonies of #403B6C
Complementary color
Monochromatic Colors of #403B6C
Black with #403B6C
Text Example
Text Example
White with #403B6C
Text Example
Text Example
HTML Codes & Css Web 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>