Shades of Free Speech Blue #353DC9
Tints of Free Speech Blue #353DC9
RGB
CMYK
RGB Variations
Color information
#353DC9 (or 0x353DC9) is known color: Free Speech Blue. HEX triplet: 35, 3D and C9. RGB value is (53,61,201). Sum of RGB (Red+Green+Blue) = 53+61+201=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #353DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DC9 is #CAC236. Grayscale: #4A4A4A. Windows color (decimal): -13287991 or 13188405. OLE color: 13188405.
HSL color Cylindrical-coordinate representation of color #353DC9: hue angle of 236.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353DC9 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 61 | 201 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.21 |
| HSL | 236.76º | 0.58% | 0.5% | - |
| HSV(B) | 236.76º | 0.74% | 0.79% | - |
| XYZ | 13.68 | 8.31 | 56.14 | - |
| YUV | 74.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 201 | 0.74 | 0.70 | 0 | 0.21 | 236.76 | 0.58 | 0.5 |
| Hex | 35 | 3D | C9 | 4A | 46 | 0 | 15 | ED | 3A | 32 |
| Octal | 65 | 75 | 311 | 112 | 106 | 0 | 25 | 355 | 72 | 62 |
| Binary | 110101 | 111101 | 11001001 | 1001010 | 1000110 | 0 | 10101 | 11101101 | 111010 | 110010 |
Color Harmonies of #353DC9
Complementary color
Monochromatic Colors of #353DC9
Black with #353DC9
Text Example
Text Example
White with #353DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DC9; }
p { color: rgb(53,61,201); }
H1.HeaderClassName
{
color: #353DC9;
}
.AnyTagClassName
{
color: #353DC9;
}
</style>
background-color css
<style>
a { background-color: #353DC9; }
a { background-color: rgb(53,61,201); }
div.DivClassName
{
background-color: #353DC9;
}
.BgClassName
{
background-color: #353DC9;
}
</style>
border-color css
<style>
span { border-color: #353DC9; }
span { border-color: rgb(53,61,201); }
td.TdClassName
{
border-color: #353DC9;
}
.TagClassName
{
border-color: #353DC9;
}
</style>