Shades of Free Speech Blue #353BCD
Tints of Free Speech Blue #353BCD
RGB
CMYK
RGB Variations
Color information
#353BCD (or 0x353BCD) is known color: Free Speech Blue. HEX triplet: 35, 3B and CD. RGB value is (53,59,205). Sum of RGB (Red+Green+Blue) = 53+59+205=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #353BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BCD is #CAC432. Grayscale: #494949. Windows color (decimal): -13288499 or 13450037. OLE color: 13450037.
HSL color Cylindrical-coordinate representation of color #353BCD: hue angle of 237.63º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353BCD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 59 | 205 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 237.63º | 0.6% | 0.51% | - |
| HSV(B) | 237.63º | 0.74% | 0.8% | - |
| XYZ | 14.05 | 8.29 | 58.62 | - |
| YUV | 73.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 205 | 0.74 | 0.71 | 0 | 0.20 | 237.63 | 0.6 | 0.51 |
| Hex | 35 | 3B | CD | 4A | 47 | 0 | 14 | EE | 3C | 33 |
| Octal | 65 | 73 | 315 | 112 | 107 | 0 | 24 | 356 | 74 | 63 |
| Binary | 110101 | 111011 | 11001101 | 1001010 | 1000111 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #353BCD
Complementary color
Monochromatic Colors of #353BCD
Black with #353BCD
Text Example
Text Example
White with #353BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BCD; }
p { color: rgb(53,59,205); }
H1.HeaderClassName
{
color: #353BCD;
}
.AnyTagClassName
{
color: #353BCD;
}
</style>
background-color css
<style>
a { background-color: #353BCD; }
a { background-color: rgb(53,59,205); }
div.DivClassName
{
background-color: #353BCD;
}
.BgClassName
{
background-color: #353BCD;
}
</style>
border-color css
<style>
span { border-color: #353BCD; }
span { border-color: rgb(53,59,205); }
td.TdClassName
{
border-color: #353BCD;
}
.TagClassName
{
border-color: #353BCD;
}
</style>