Shades of Free Speech Blue #353CDE
Tints of Free Speech Blue #353CDE
RGB
CMYK
RGB Variations
Color information
#353CDE (or 0x353CDE) is known color: Free Speech Blue. HEX triplet: 35, 3C and DE. RGB value is (53,60,222). Sum of RGB (Red+Green+Blue) = 53+60+222=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #353CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDE is #CAC321. Grayscale: #4B4B4B. Windows color (decimal): -13288226 or 14564405. OLE color: 14564405.
HSL color Cylindrical-coordinate representation of color #353CDE: hue angle of 237.51º degrees, saturation: 0.72, 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 #353CDE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 60 | 222 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.51º | 0.72% | 0.54% | - |
| HSV(B) | 237.51º | 0.76% | 0.87% | - |
| XYZ | 16.27 | 9.26 | 70.04 | - |
| YUV | 76.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 222 | 0.76 | 0.73 | 0 | 0.13 | 237.51 | 0.72 | 0.54 |
| Hex | 35 | 3C | DE | 4C | 49 | 0 | D | EE | 48 | 36 |
| Octal | 65 | 74 | 336 | 114 | 111 | 0 | 15 | 356 | 110 | 66 |
| Binary | 110101 | 111100 | 11011110 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1001000 | 110110 |
Color Harmonies of #353CDE
Complementary color
Monochromatic Colors of #353CDE
Black with #353CDE
Text Example
Text Example
White with #353CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CDE; }
p { color: rgb(53,60,222); }
H1.HeaderClassName
{
color: #353CDE;
}
.AnyTagClassName
{
color: #353CDE;
}
</style>
background-color css
<style>
a { background-color: #353CDE; }
a { background-color: rgb(53,60,222); }
div.DivClassName
{
background-color: #353CDE;
}
.BgClassName
{
background-color: #353CDE;
}
</style>
border-color css
<style>
span { border-color: #353CDE; }
span { border-color: rgb(53,60,222); }
td.TdClassName
{
border-color: #353CDE;
}
.TagClassName
{
border-color: #353CDE;
}
</style>