Shades of Free Speech Blue #3550CB
Tints of Free Speech Blue #3550CB
RGB
CMYK
RGB Variations
Color information
#3550CB (or 0x3550CB) is known color: Free Speech Blue. HEX triplet: 35, 50 and CB. RGB value is (53,80,203). Sum of RGB (Red+Green+Blue) = 53+80+203=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #3550CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550CB is #CAAF34. Grayscale: #555555. Windows color (decimal): -13283125 or 13324341. OLE color: 13324341.
HSL color Cylindrical-coordinate representation of color #3550CB: hue angle of 229.2º 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 #3550CB is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 80 | 203 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.20 |
| HSL | 229.2º | 0.59% | 0.5% | - |
| HSV(B) | 229.2º | 0.74% | 0.8% | - |
| XYZ | 15.12 | 10.81 | 57.79 | - |
| YUV | 85.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 203 | 0.74 | 0.61 | 0 | 0.20 | 229.2 | 0.59 | 0.5 |
| Hex | 35 | 50 | CB | 4A | 3D | 0 | 14 | E5 | 3B | 32 |
| Octal | 65 | 120 | 313 | 112 | 75 | 0 | 24 | 345 | 73 | 62 |
| Binary | 110101 | 1010000 | 11001011 | 1001010 | 111101 | 0 | 10100 | 11100101 | 111011 | 110010 |
Color Harmonies of #3550CB
Complementary color
Monochromatic Colors of #3550CB
Black with #3550CB
Text Example
Text Example
White with #3550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550CB; }
p { color: rgb(53,80,203); }
H1.HeaderClassName
{
color: #3550CB;
}
.AnyTagClassName
{
color: #3550CB;
}
</style>
background-color css
<style>
a { background-color: #3550CB; }
a { background-color: rgb(53,80,203); }
div.DivClassName
{
background-color: #3550CB;
}
.BgClassName
{
background-color: #3550CB;
}
</style>
border-color css
<style>
span { border-color: #3550CB; }
span { border-color: rgb(53,80,203); }
td.TdClassName
{
border-color: #3550CB;
}
.TagClassName
{
border-color: #3550CB;
}
</style>