Shades of Free Speech Blue #405ECB
Tints of Free Speech Blue #405ECB
RGB
CMYK
RGB Variations
Color information
#405ECB (or 0x405ECB) is known color: Free Speech Blue. HEX triplet: 40, 5E and CB. RGB value is (64,94,203). Sum of RGB (Red+Green+Blue) = 64+94+203=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #405ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ECB is #BFA134. Grayscale: #606060. Windows color (decimal): -12558645 or 13327936. OLE color: 13327936.
HSL color Cylindrical-coordinate representation of color #405ECB: hue angle of 227.05º 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 #405ECB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 94 | 203 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.20 |
| HSL | 227.05º | 0.57% | 0.52% | - |
| HSV(B) | 227.05º | 0.68% | 0.8% | - |
| XYZ | 16.9 | 13.41 | 58.2 | - |
| YUV | 97.46 | 187.56 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 203 | 0.68 | 0.54 | 0 | 0.20 | 227.05 | 0.57 | 0.52 |
| Hex | 40 | 5E | CB | 44 | 36 | 0 | 14 | E3 | 39 | 34 |
| Octal | 100 | 136 | 313 | 104 | 66 | 0 | 24 | 343 | 71 | 64 |
| Binary | 1000000 | 1011110 | 11001011 | 1000100 | 110110 | 0 | 10100 | 11100011 | 111001 | 110100 |
Color Harmonies of #405ECB
Complementary color
Monochromatic Colors of #405ECB
Black with #405ECB
Text Example
Text Example
White with #405ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ECB; }
p { color: rgb(64,94,203); }
H1.HeaderClassName
{
color: #405ECB;
}
.AnyTagClassName
{
color: #405ECB;
}
</style>
background-color css
<style>
a { background-color: #405ECB; }
a { background-color: rgb(64,94,203); }
div.DivClassName
{
background-color: #405ECB;
}
.BgClassName
{
background-color: #405ECB;
}
</style>
border-color css
<style>
span { border-color: #405ECB; }
span { border-color: rgb(64,94,203); }
td.TdClassName
{
border-color: #405ECB;
}
.TagClassName
{
border-color: #405ECB;
}
</style>