Shades of Free Speech Blue #405ACB
Tints of Free Speech Blue #405ACB
RGB
CMYK
RGB Variations
Color information
#405ACB (or 0x405ACB) is known color: Free Speech Blue. HEX triplet: 40, 5A and CB. RGB value is (64,90,203). Sum of RGB (Red+Green+Blue) = 64+90+203=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #405ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ACB is #BFA534. Grayscale: #5E5E5E. Windows color (decimal): -12559669 or 13326912. OLE color: 13326912.
HSL color Cylindrical-coordinate representation of color #405ACB: hue angle of 228.78º 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 #405ACB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 90 | 203 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.20 |
| HSL | 228.78º | 0.57% | 0.52% | - |
| HSV(B) | 228.78º | 0.68% | 0.8% | - |
| XYZ | 16.55 | 12.71 | 58.08 | - |
| YUV | 95.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 203 | 0.68 | 0.56 | 0 | 0.20 | 228.78 | 0.57 | 0.52 |
| Hex | 40 | 5A | CB | 44 | 38 | 0 | 14 | E5 | 39 | 34 |
| Octal | 100 | 132 | 313 | 104 | 70 | 0 | 24 | 345 | 71 | 64 |
| Binary | 1000000 | 1011010 | 11001011 | 1000100 | 111000 | 0 | 10100 | 11100101 | 111001 | 110100 |
Color Harmonies of #405ACB
Complementary color
Monochromatic Colors of #405ACB
Black with #405ACB
Text Example
Text Example
White with #405ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ACB; }
p { color: rgb(64,90,203); }
H1.HeaderClassName
{
color: #405ACB;
}
.AnyTagClassName
{
color: #405ACB;
}
</style>
background-color css
<style>
a { background-color: #405ACB; }
a { background-color: rgb(64,90,203); }
div.DivClassName
{
background-color: #405ACB;
}
.BgClassName
{
background-color: #405ACB;
}
</style>
border-color css
<style>
span { border-color: #405ACB; }
span { border-color: rgb(64,90,203); }
td.TdClassName
{
border-color: #405ACB;
}
.TagClassName
{
border-color: #405ACB;
}
</style>