Shades of Free Speech Blue #405CBD
Tints of Free Speech Blue #405CBD
RGB
CMYK
RGB Variations
Color information
#405CBD (or 0x405CBD) is known color: Free Speech Blue. HEX triplet: 40, 5C and BD. RGB value is (64,92,189). Sum of RGB (Red+Green+Blue) = 64+92+189=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #405CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CBD is #BFA342. Grayscale: #5E5E5E. Windows color (decimal): -12559171 or 12409920. OLE color: 12409920.
HSL color Cylindrical-coordinate representation of color #405CBD: hue angle of 226.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405CBD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 92 | 189 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.26 |
| HSL | 226.56º | 0.49% | 0.5% | - |
| HSV(B) | 226.56º | 0.66% | 0.74% | - |
| XYZ | 15.13 | 12.42 | 49.74 | - |
| YUV | 94.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 189 | 0.66 | 0.51 | 0 | 0.26 | 226.56 | 0.49 | 0.5 |
| Hex | 40 | 5C | BD | 42 | 33 | 0 | 1A | E3 | 31 | 32 |
| Octal | 100 | 134 | 275 | 102 | 63 | 0 | 32 | 343 | 61 | 62 |
| Binary | 1000000 | 1011100 | 10111101 | 1000010 | 110011 | 0 | 11010 | 11100011 | 110001 | 110010 |
Color Harmonies of #405CBD
Complementary color
Monochromatic Colors of #405CBD
Black with #405CBD
Text Example
Text Example
White with #405CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CBD; }
p { color: rgb(64,92,189); }
H1.HeaderClassName
{
color: #405CBD;
}
.AnyTagClassName
{
color: #405CBD;
}
</style>
background-color css
<style>
a { background-color: #405CBD; }
a { background-color: rgb(64,92,189); }
div.DivClassName
{
background-color: #405CBD;
}
.BgClassName
{
background-color: #405CBD;
}
</style>
border-color css
<style>
span { border-color: #405CBD; }
span { border-color: rgb(64,92,189); }
td.TdClassName
{
border-color: #405CBD;
}
.TagClassName
{
border-color: #405CBD;
}
</style>