Shades of Free Speech Blue #353CC9
Tints of Free Speech Blue #353CC9
RGB
CMYK
RGB Variations
Color information
#353CC9 (or 0x353CC9) is known color: Free Speech Blue. HEX triplet: 35, 3C and C9. RGB value is (53,60,201). Sum of RGB (Red+Green+Blue) = 53+60+201=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #353CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CC9 is #CAC336. Grayscale: #494949. Windows color (decimal): -13288247 or 13188149. OLE color: 13188149.
HSL color Cylindrical-coordinate representation of color #353CC9: hue angle of 237.16º 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 #353CC9 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 60 | 201 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.21 |
| HSL | 237.16º | 0.58% | 0.5% | - |
| HSV(B) | 237.16º | 0.74% | 0.79% | - |
| XYZ | 13.63 | 8.21 | 56.12 | - |
| YUV | 73.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 201 | 0.74 | 0.70 | 0 | 0.21 | 237.16 | 0.58 | 0.5 |
| Hex | 35 | 3C | C9 | 4A | 46 | 0 | 15 | ED | 3A | 32 |
| Octal | 65 | 74 | 311 | 112 | 106 | 0 | 25 | 355 | 72 | 62 |
| Binary | 110101 | 111100 | 11001001 | 1001010 | 1000110 | 0 | 10101 | 11101101 | 111010 | 110010 |
Color Harmonies of #353CC9
Complementary color
Monochromatic Colors of #353CC9
Black with #353CC9
Text Example
Text Example
White with #353CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CC9; }
p { color: rgb(53,60,201); }
H1.HeaderClassName
{
color: #353CC9;
}
.AnyTagClassName
{
color: #353CC9;
}
</style>
background-color css
<style>
a { background-color: #353CC9; }
a { background-color: rgb(53,60,201); }
div.DivClassName
{
background-color: #353CC9;
}
.BgClassName
{
background-color: #353CC9;
}
</style>
border-color css
<style>
span { border-color: #353CC9; }
span { border-color: rgb(53,60,201); }
td.TdClassName
{
border-color: #353CC9;
}
.TagClassName
{
border-color: #353CC9;
}
</style>