Shades of Free Speech Blue #353CDF
Tints of Free Speech Blue #353CDF
RGB
CMYK
RGB Variations
Color information
#353CDF (or 0x353CDF) is known color: Free Speech Blue. HEX triplet: 35, 3C and DF. RGB value is (53,60,223). Sum of RGB (Red+Green+Blue) = 53+60+223=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #353CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDF is #CAC320. Grayscale: #4B4B4B. Windows color (decimal): -13288225 or 14629941. OLE color: 14629941.
HSL color Cylindrical-coordinate representation of color #353CDF: hue angle of 237.53º degrees, saturation: 0.73, 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 #353CDF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 60 | 223 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.53º | 0.73% | 0.54% | - |
| HSV(B) | 237.53º | 0.76% | 0.87% | - |
| XYZ | 16.4 | 9.32 | 70.75 | - |
| YUV | 76.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 223 | 0.76 | 0.73 | 0 | 0.13 | 237.53 | 0.73 | 0.54 |
| Hex | 35 | 3C | DF | 4C | 49 | 0 | D | EE | 49 | 36 |
| Octal | 65 | 74 | 337 | 114 | 111 | 0 | 15 | 356 | 111 | 66 |
| Binary | 110101 | 111100 | 11011111 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1001001 | 110110 |
Color Harmonies of #353CDF
Complementary color
Monochromatic Colors of #353CDF
Black with #353CDF
Text Example
Text Example
White with #353CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CDF; }
p { color: rgb(53,60,223); }
H1.HeaderClassName
{
color: #353CDF;
}
.AnyTagClassName
{
color: #353CDF;
}
</style>
background-color css
<style>
a { background-color: #353CDF; }
a { background-color: rgb(53,60,223); }
div.DivClassName
{
background-color: #353CDF;
}
.BgClassName
{
background-color: #353CDF;
}
</style>
border-color css
<style>
span { border-color: #353CDF; }
span { border-color: rgb(53,60,223); }
td.TdClassName
{
border-color: #353CDF;
}
.TagClassName
{
border-color: #353CDF;
}
</style>