Shades of Free Speech Blue #353BD2
Tints of Free Speech Blue #353BD2
RGB
CMYK
RGB Variations
Color information
#353BD2 (or 0x353BD2) is known color: Free Speech Blue. HEX triplet: 35, 3B and D2. RGB value is (53,59,210). Sum of RGB (Red+Green+Blue) = 53+59+210=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #353BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BD2 is #CAC42D. Grayscale: #494949. Windows color (decimal): -13288494 or 13777717. OLE color: 13777717.
HSL color Cylindrical-coordinate representation of color #353BD2: hue angle of 237.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353BD2 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 59 | 210 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.18 |
| HSL | 237.71º | 0.64% | 0.52% | - |
| HSV(B) | 237.71º | 0.75% | 0.82% | - |
| XYZ | 14.67 | 8.54 | 61.85 | - |
| YUV | 74.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 210 | 0.75 | 0.72 | 0 | 0.18 | 237.71 | 0.64 | 0.52 |
| Hex | 35 | 3B | D2 | 4B | 48 | 0 | 12 | EE | 40 | 34 |
| Octal | 65 | 73 | 322 | 113 | 110 | 0 | 22 | 356 | 100 | 64 |
| Binary | 110101 | 111011 | 11010010 | 1001011 | 1001000 | 0 | 10010 | 11101110 | 1000000 | 110100 |
Color Harmonies of #353BD2
Complementary color
Monochromatic Colors of #353BD2
Black with #353BD2
Text Example
Text Example
White with #353BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BD2; }
p { color: rgb(53,59,210); }
H1.HeaderClassName
{
color: #353BD2;
}
.AnyTagClassName
{
color: #353BD2;
}
</style>
background-color css
<style>
a { background-color: #353BD2; }
a { background-color: rgb(53,59,210); }
div.DivClassName
{
background-color: #353BD2;
}
.BgClassName
{
background-color: #353BD2;
}
</style>
border-color css
<style>
span { border-color: #353BD2; }
span { border-color: rgb(53,59,210); }
td.TdClassName
{
border-color: #353BD2;
}
.TagClassName
{
border-color: #353BD2;
}
</style>