Shades of Free Speech Blue #3551CB
Tints of Free Speech Blue #3551CB
RGB
CMYK
RGB Variations
Color information
#3551CB (or 0x3551CB) is known color: Free Speech Blue. HEX triplet: 35, 51 and CB. RGB value is (53,81,203). Sum of RGB (Red+Green+Blue) = 53+81+203=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #3551CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3551CB is #CAAE34. Grayscale: #565656. Windows color (decimal): -13282869 or 13324597. OLE color: 13324597.
HSL color Cylindrical-coordinate representation of color #3551CB: hue angle of 228.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3551CB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 81 | 203 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.20 |
| HSL | 228.8º | 0.59% | 0.5% | - |
| HSV(B) | 228.8º | 0.74% | 0.8% | - |
| XYZ | 15.19 | 10.95 | 57.81 | - |
| YUV | 86.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 203 | 0.74 | 0.60 | 0 | 0.20 | 228.8 | 0.59 | 0.5 |
| Hex | 35 | 51 | CB | 4A | 3C | 0 | 14 | E5 | 3B | 32 |
| Octal | 65 | 121 | 313 | 112 | 74 | 0 | 24 | 345 | 73 | 62 |
| Binary | 110101 | 1010001 | 11001011 | 1001010 | 111100 | 0 | 10100 | 11100101 | 111011 | 110010 |
Color Harmonies of #3551CB
Complementary color
Monochromatic Colors of #3551CB
Black with #3551CB
Text Example
Text Example
White with #3551CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3551CB; }
p { color: rgb(53,81,203); }
H1.HeaderClassName
{
color: #3551CB;
}
.AnyTagClassName
{
color: #3551CB;
}
</style>
background-color css
<style>
a { background-color: #3551CB; }
a { background-color: rgb(53,81,203); }
div.DivClassName
{
background-color: #3551CB;
}
.BgClassName
{
background-color: #3551CB;
}
</style>
border-color css
<style>
span { border-color: #3551CB; }
span { border-color: rgb(53,81,203); }
td.TdClassName
{
border-color: #3551CB;
}
.TagClassName
{
border-color: #3551CB;
}
</style>