Shades of Corn Flower Blue #403B76
Tints of Corn Flower Blue #403B76
RGB
CMYK
RGB Variations
Color information
#403B76 (or 0x403B76) is known color: Corn Flower Blue. HEX triplet: 40, 3B and 76. RGB value is (64,59,118). Sum of RGB (Red+Green+Blue) = 64+59+118=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #403B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B76 is #BFC489. Grayscale: #424242. Windows color (decimal): -12567690 or 7748416. OLE color: 7748416.
HSL color Cylindrical-coordinate representation of color #403B76: hue angle of 245.08º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403B76 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 59 | 118 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.54 |
| HSL | 245.08º | 0.33% | 0.35% | - |
| HSV(B) | 245.08º | 0.5% | 0.46% | - |
| XYZ | 6.95 | 5.53 | 17.84 | - |
| YUV | 67.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 118 | 0.46 | 0.50 | 0 | 0.54 | 245.08 | 0.33 | 0.35 |
| Hex | 40 | 3B | 76 | 2E | 32 | 0 | 36 | F5 | 21 | 23 |
| Octal | 100 | 73 | 166 | 56 | 62 | 0 | 66 | 365 | 41 | 43 |
| Binary | 1000000 | 111011 | 1110110 | 101110 | 110010 | 0 | 110110 | 11110101 | 100001 | 100011 |
Color Harmonies of #403B76
Complementary color
Monochromatic Colors of #403B76
Black with #403B76
Text Example
Text Example
White with #403B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B76; }
p { color: rgb(64,59,118); }
H1.HeaderClassName
{
color: #403B76;
}
.AnyTagClassName
{
color: #403B76;
}
</style>
background-color css
<style>
a { background-color: #403B76; }
a { background-color: rgb(64,59,118); }
div.DivClassName
{
background-color: #403B76;
}
.BgClassName
{
background-color: #403B76;
}
</style>
border-color css
<style>
span { border-color: #403B76; }
span { border-color: rgb(64,59,118); }
td.TdClassName
{
border-color: #403B76;
}
.TagClassName
{
border-color: #403B76;
}
</style>