Shades of Free Speech Blue #3553CB
Tints of Free Speech Blue #3553CB
RGB
CMYK
RGB Variations
Color information
#3553CB (or 0x3553CB) is known color: Free Speech Blue. HEX triplet: 35, 53 and CB. RGB value is (53,83,203). Sum of RGB (Red+Green+Blue) = 53+83+203=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #3553CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553CB is #CAAC34. Grayscale: #575757. Windows color (decimal): -13282357 or 13325109. OLE color: 13325109.
HSL color Cylindrical-coordinate representation of color #3553CB: hue angle of 228º 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 #3553CB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 83 | 203 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.20 |
| HSL | 228º | 0.59% | 0.5% | - |
| HSV(B) | 228º | 0.74% | 0.8% | - |
| XYZ | 15.34 | 11.26 | 57.86 | - |
| YUV | 87.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 203 | 0.74 | 0.59 | 0 | 0.20 | 228 | 0.59 | 0.5 |
| Hex | 35 | 53 | CB | 4A | 3B | 0 | 14 | E4 | 3B | 32 |
| Octal | 65 | 123 | 313 | 112 | 73 | 0 | 24 | 344 | 73 | 62 |
| Binary | 110101 | 1010011 | 11001011 | 1001010 | 111011 | 0 | 10100 | 11100100 | 111011 | 110010 |
Color Harmonies of #3553CB
Complementary color
Monochromatic Colors of #3553CB
Black with #3553CB
Text Example
Text Example
White with #3553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553CB; }
p { color: rgb(53,83,203); }
H1.HeaderClassName
{
color: #3553CB;
}
.AnyTagClassName
{
color: #3553CB;
}
</style>
background-color css
<style>
a { background-color: #3553CB; }
a { background-color: rgb(53,83,203); }
div.DivClassName
{
background-color: #3553CB;
}
.BgClassName
{
background-color: #3553CB;
}
</style>
border-color css
<style>
span { border-color: #3553CB; }
span { border-color: rgb(53,83,203); }
td.TdClassName
{
border-color: #3553CB;
}
.TagClassName
{
border-color: #3553CB;
}
</style>