Shades of Free Speech Blue #405DCB
Tints of Free Speech Blue #405DCB
RGB
CMYK
RGB Variations
Color information
#405DCB (or 0x405DCB) is known color: Free Speech Blue. HEX triplet: 40, 5D and CB. RGB value is (64,93,203). Sum of RGB (Red+Green+Blue) = 64+93+203=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #405DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DCB is #BFA234. Grayscale: #606060. Windows color (decimal): -12558901 or 13327680. OLE color: 13327680.
HSL color Cylindrical-coordinate representation of color #405DCB: hue angle of 227.48º 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 #405DCB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 93 | 203 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.20 |
| HSL | 227.48º | 0.57% | 0.52% | - |
| HSV(B) | 227.48º | 0.68% | 0.8% | - |
| XYZ | 16.81 | 13.23 | 58.17 | - |
| YUV | 96.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 203 | 0.68 | 0.54 | 0 | 0.20 | 227.48 | 0.57 | 0.52 |
| Hex | 40 | 5D | CB | 44 | 36 | 0 | 14 | E3 | 39 | 34 |
| Octal | 100 | 135 | 313 | 104 | 66 | 0 | 24 | 343 | 71 | 64 |
| Binary | 1000000 | 1011101 | 11001011 | 1000100 | 110110 | 0 | 10100 | 11100011 | 111001 | 110100 |
Color Harmonies of #405DCB
Complementary color
Monochromatic Colors of #405DCB
Black with #405DCB
Text Example
Text Example
White with #405DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DCB; }
p { color: rgb(64,93,203); }
H1.HeaderClassName
{
color: #405DCB;
}
.AnyTagClassName
{
color: #405DCB;
}
</style>
background-color css
<style>
a { background-color: #405DCB; }
a { background-color: rgb(64,93,203); }
div.DivClassName
{
background-color: #405DCB;
}
.BgClassName
{
background-color: #405DCB;
}
</style>
border-color css
<style>
span { border-color: #405DCB; }
span { border-color: rgb(64,93,203); }
td.TdClassName
{
border-color: #405DCB;
}
.TagClassName
{
border-color: #405DCB;
}
</style>