Shades of Free Speech Blue #353BCB
Tints of Free Speech Blue #353BCB
RGB
CMYK
RGB Variations
Color information
#353BCB (or 0x353BCB) is known color: Free Speech Blue. HEX triplet: 35, 3B and CB. RGB value is (53,59,203). Sum of RGB (Red+Green+Blue) = 53+59+203=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #353BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BCB is #CAC434. Grayscale: #494949. Windows color (decimal): -13288501 or 13318965. OLE color: 13318965.
HSL color Cylindrical-coordinate representation of color #353BCB: hue angle of 237.6º 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 #353BCB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 59 | 203 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 237.6º | 0.59% | 0.5% | - |
| HSV(B) | 237.6º | 0.74% | 0.8% | - |
| XYZ | 13.81 | 8.2 | 57.35 | - |
| YUV | 73.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 203 | 0.74 | 0.71 | 0 | 0.20 | 237.6 | 0.59 | 0.5 |
| Hex | 35 | 3B | CB | 4A | 47 | 0 | 14 | EE | 3B | 32 |
| Octal | 65 | 73 | 313 | 112 | 107 | 0 | 24 | 356 | 73 | 62 |
| Binary | 110101 | 111011 | 11001011 | 1001010 | 1000111 | 0 | 10100 | 11101110 | 111011 | 110010 |
Color Harmonies of #353BCB
Complementary color
Monochromatic Colors of #353BCB
Black with #353BCB
Text Example
Text Example
White with #353BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BCB; }
p { color: rgb(53,59,203); }
H1.HeaderClassName
{
color: #353BCB;
}
.AnyTagClassName
{
color: #353BCB;
}
</style>
background-color css
<style>
a { background-color: #353BCB; }
a { background-color: rgb(53,59,203); }
div.DivClassName
{
background-color: #353BCB;
}
.BgClassName
{
background-color: #353BCB;
}
</style>
border-color css
<style>
span { border-color: #353BCB; }
span { border-color: rgb(53,59,203); }
td.TdClassName
{
border-color: #353BCB;
}
.TagClassName
{
border-color: #353BCB;
}
</style>