Shades of Free Speech Blue #405BC8
Tints of Free Speech Blue #405BC8
RGB
CMYK
RGB Variations
Color information
#405BC8 (or 0x405BC8) is known color: Free Speech Blue. HEX triplet: 40, 5B and C8. RGB value is (64,91,200). Sum of RGB (Red+Green+Blue) = 64+91+200=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #405BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BC8 is #BFA437. Grayscale: #5E5E5E. Windows color (decimal): -12559416 or 13130560. OLE color: 13130560.
HSL color Cylindrical-coordinate representation of color #405BC8: hue angle of 228.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #405BC8 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 91 | 200 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.22 |
| HSL | 228.09º | 0.55% | 0.52% | - |
| HSV(B) | 228.09º | 0.68% | 0.78% | - |
| XYZ | 16.28 | 12.74 | 56.25 | - |
| YUV | 95.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 200 | 0.68 | 0.54 | 0 | 0.22 | 228.09 | 0.55 | 0.52 |
| Hex | 40 | 5B | C8 | 44 | 36 | 0 | 16 | E4 | 37 | 34 |
| Octal | 100 | 133 | 310 | 104 | 66 | 0 | 26 | 344 | 67 | 64 |
| Binary | 1000000 | 1011011 | 11001000 | 1000100 | 110110 | 0 | 10110 | 11100100 | 110111 | 110100 |
Color Harmonies of #405BC8
Complementary color
Monochromatic Colors of #405BC8
Black with #405BC8
Text Example
Text Example
White with #405BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BC8; }
p { color: rgb(64,91,200); }
H1.HeaderClassName
{
color: #405BC8;
}
.AnyTagClassName
{
color: #405BC8;
}
</style>
background-color css
<style>
a { background-color: #405BC8; }
a { background-color: rgb(64,91,200); }
div.DivClassName
{
background-color: #405BC8;
}
.BgClassName
{
background-color: #405BC8;
}
</style>
border-color css
<style>
span { border-color: #405BC8; }
span { border-color: rgb(64,91,200); }
td.TdClassName
{
border-color: #405BC8;
}
.TagClassName
{
border-color: #405BC8;
}
</style>