Shades of Free Speech Blue #353DDD
Tints of Free Speech Blue #353DDD
RGB
CMYK
RGB Variations
Color information
#353DDD (or 0x353DDD) is known color: Free Speech Blue. HEX triplet: 35, 3D and DD. RGB value is (53,61,221). Sum of RGB (Red+Green+Blue) = 53+61+221=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #353DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDD is #CAC222. Grayscale: #4C4C4C. Windows color (decimal): -13287971 or 14499125. OLE color: 14499125.
HSL color Cylindrical-coordinate representation of color #353DDD: hue angle of 237.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353DDD is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 61 | 221 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.13 |
| HSL | 237.14º | 0.71% | 0.54% | - |
| HSV(B) | 237.14º | 0.76% | 0.87% | - |
| XYZ | 16.19 | 9.31 | 69.35 | - |
| YUV | 76.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 221 | 0.76 | 0.72 | 0 | 0.13 | 237.14 | 0.71 | 0.54 |
| Hex | 35 | 3D | DD | 4C | 48 | 0 | D | ED | 47 | 36 |
| Octal | 65 | 75 | 335 | 114 | 110 | 0 | 15 | 355 | 107 | 66 |
| Binary | 110101 | 111101 | 11011101 | 1001100 | 1001000 | 0 | 1101 | 11101101 | 1000111 | 110110 |
Color Harmonies of #353DDD
Complementary color
Monochromatic Colors of #353DDD
Black with #353DDD
Text Example
Text Example
White with #353DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DDD; }
p { color: rgb(53,61,221); }
H1.HeaderClassName
{
color: #353DDD;
}
.AnyTagClassName
{
color: #353DDD;
}
</style>
background-color css
<style>
a { background-color: #353DDD; }
a { background-color: rgb(53,61,221); }
div.DivClassName
{
background-color: #353DDD;
}
.BgClassName
{
background-color: #353DDD;
}
</style>
border-color css
<style>
span { border-color: #353DDD; }
span { border-color: rgb(53,61,221); }
td.TdClassName
{
border-color: #353DDD;
}
.TagClassName
{
border-color: #353DDD;
}
</style>