Shades of Free Speech Blue #353CDD
Tints of Free Speech Blue #353CDD
RGB
CMYK
RGB Variations
Color information
#353CDD (or 0x353CDD) is known color: Free Speech Blue. HEX triplet: 35, 3C and DD. RGB value is (53,60,221). Sum of RGB (Red+Green+Blue) = 53+60+221=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #353CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDD is #CAC322. Grayscale: #4B4B4B. Windows color (decimal): -13288227 or 14498869. OLE color: 14498869.
HSL color Cylindrical-coordinate representation of color #353CDD: hue angle of 237.5º 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 #353CDD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 60 | 221 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.5º | 0.71% | 0.54% | - |
| HSV(B) | 237.5º | 0.76% | 0.87% | - |
| XYZ | 16.14 | 9.21 | 69.33 | - |
| YUV | 76.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 221 | 0.76 | 0.73 | 0 | 0.13 | 237.5 | 0.71 | 0.54 |
| Hex | 35 | 3C | DD | 4C | 49 | 0 | D | EE | 47 | 36 |
| Octal | 65 | 74 | 335 | 114 | 111 | 0 | 15 | 356 | 107 | 66 |
| Binary | 110101 | 111100 | 11011101 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #353CDD
Complementary color
Monochromatic Colors of #353CDD
Black with #353CDD
Text Example
Text Example
White with #353CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CDD; }
p { color: rgb(53,60,221); }
H1.HeaderClassName
{
color: #353CDD;
}
.AnyTagClassName
{
color: #353CDD;
}
</style>
background-color css
<style>
a { background-color: #353CDD; }
a { background-color: rgb(53,60,221); }
div.DivClassName
{
background-color: #353CDD;
}
.BgClassName
{
background-color: #353CDD;
}
</style>
border-color css
<style>
span { border-color: #353CDD; }
span { border-color: rgb(53,60,221); }
td.TdClassName
{
border-color: #353CDD;
}
.TagClassName
{
border-color: #353CDD;
}
</style>