Shades of Free Speech Blue #353CDC
Tints of Free Speech Blue #353CDC
RGB
CMYK
RGB Variations
Color information
#353CDC (or 0x353CDC) is known color: Free Speech Blue. HEX triplet: 35, 3C and DC. RGB value is (53,60,220). Sum of RGB (Red+Green+Blue) = 53+60+220=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #353CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDC is #CAC323. Grayscale: #4B4B4B. Windows color (decimal): -13288228 or 14433333. OLE color: 14433333.
HSL color Cylindrical-coordinate representation of color #353CDC: hue angle of 237.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353CDC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 60 | 220 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.14 |
| HSL | 237.49º | 0.7% | 0.54% | - |
| HSV(B) | 237.49º | 0.76% | 0.86% | - |
| XYZ | 16 | 9.16 | 68.63 | - |
| YUV | 76.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 220 | 0.76 | 0.73 | 0 | 0.14 | 237.49 | 0.7 | 0.54 |
| Hex | 35 | 3C | DC | 4C | 49 | 0 | E | ED | 46 | 36 |
| Octal | 65 | 74 | 334 | 114 | 111 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110101 | 111100 | 11011100 | 1001100 | 1001001 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #353CDC
Complementary color
Monochromatic Colors of #353CDC
Black with #353CDC
Text Example
Text Example
White with #353CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CDC; }
p { color: rgb(53,60,220); }
H1.HeaderClassName
{
color: #353CDC;
}
.AnyTagClassName
{
color: #353CDC;
}
</style>
background-color css
<style>
a { background-color: #353CDC; }
a { background-color: rgb(53,60,220); }
div.DivClassName
{
background-color: #353CDC;
}
.BgClassName
{
background-color: #353CDC;
}
</style>
border-color css
<style>
span { border-color: #353CDC; }
span { border-color: rgb(53,60,220); }
td.TdClassName
{
border-color: #353CDC;
}
.TagClassName
{
border-color: #353CDC;
}
</style>