Shades of Free Speech Blue #353DCB
Tints of Free Speech Blue #353DCB
RGB
CMYK
RGB Variations
Color information
#353DCB (or 0x353DCB) is known color: Free Speech Blue. HEX triplet: 35, 3D and CB. RGB value is (53,61,203). Sum of RGB (Red+Green+Blue) = 53+61+203=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #353DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DCB is #CAC234. Grayscale: #4A4A4A. Windows color (decimal): -13287989 or 13319477. OLE color: 13319477.
HSL color Cylindrical-coordinate representation of color #353DCB: hue angle of 236.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 #353DCB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 61 | 203 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.20 |
| HSL | 236.8º | 0.59% | 0.5% | - |
| HSV(B) | 236.8º | 0.74% | 0.8% | - |
| XYZ | 13.92 | 8.41 | 57.39 | - |
| YUV | 74.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 203 | 0.74 | 0.70 | 0 | 0.20 | 236.8 | 0.59 | 0.5 |
| Hex | 35 | 3D | CB | 4A | 46 | 0 | 14 | ED | 3B | 32 |
| Octal | 65 | 75 | 313 | 112 | 106 | 0 | 24 | 355 | 73 | 62 |
| Binary | 110101 | 111101 | 11001011 | 1001010 | 1000110 | 0 | 10100 | 11101101 | 111011 | 110010 |
Color Harmonies of #353DCB
Complementary color
Monochromatic Colors of #353DCB
Black with #353DCB
Text Example
Text Example
White with #353DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DCB; }
p { color: rgb(53,61,203); }
H1.HeaderClassName
{
color: #353DCB;
}
.AnyTagClassName
{
color: #353DCB;
}
</style>
background-color css
<style>
a { background-color: #353DCB; }
a { background-color: rgb(53,61,203); }
div.DivClassName
{
background-color: #353DCB;
}
.BgClassName
{
background-color: #353DCB;
}
</style>
border-color css
<style>
span { border-color: #353DCB; }
span { border-color: rgb(53,61,203); }
td.TdClassName
{
border-color: #353DCB;
}
.TagClassName
{
border-color: #353DCB;
}
</style>