Shades of Free Speech Blue #405BCB
Tints of Free Speech Blue #405BCB
RGB
CMYK
RGB Variations
Color information
#405BCB (or 0x405BCB) is known color: Free Speech Blue. HEX triplet: 40, 5B and CB. RGB value is (64,91,203). Sum of RGB (Red+Green+Blue) = 64+91+203=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #405BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BCB is #BFA434. Grayscale: #5F5F5F. Windows color (decimal): -12559413 or 13327168. OLE color: 13327168.
HSL color Cylindrical-coordinate representation of color #405BCB: hue angle of 228.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #405BCB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 91 | 203 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.20 |
| HSL | 228.35º | 0.57% | 0.52% | - |
| HSV(B) | 228.35º | 0.68% | 0.8% | - |
| XYZ | 16.63 | 12.88 | 58.11 | - |
| YUV | 95.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 203 | 0.68 | 0.55 | 0 | 0.20 | 228.35 | 0.57 | 0.52 |
| Hex | 40 | 5B | CB | 44 | 37 | 0 | 14 | E4 | 39 | 34 |
| Octal | 100 | 133 | 313 | 104 | 67 | 0 | 24 | 344 | 71 | 64 |
| Binary | 1000000 | 1011011 | 11001011 | 1000100 | 110111 | 0 | 10100 | 11100100 | 111001 | 110100 |
Color Harmonies of #405BCB
Complementary color
Monochromatic Colors of #405BCB
Black with #405BCB
Text Example
Text Example
White with #405BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BCB; }
p { color: rgb(64,91,203); }
H1.HeaderClassName
{
color: #405BCB;
}
.AnyTagClassName
{
color: #405BCB;
}
</style>
background-color css
<style>
a { background-color: #405BCB; }
a { background-color: rgb(64,91,203); }
div.DivClassName
{
background-color: #405BCB;
}
.BgClassName
{
background-color: #405BCB;
}
</style>
border-color css
<style>
span { border-color: #405BCB; }
span { border-color: rgb(64,91,203); }
td.TdClassName
{
border-color: #405BCB;
}
.TagClassName
{
border-color: #405BCB;
}
</style>