Shades of Free Speech Blue #353BDC
Tints of Free Speech Blue #353BDC
RGB
CMYK
RGB Variations
Color information
#353BDC (or 0x353BDC) is known color: Free Speech Blue. HEX triplet: 35, 3B and DC. RGB value is (53,59,220). Sum of RGB (Red+Green+Blue) = 53+59+220=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #353BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BDC is #CAC423. Grayscale: #4A4A4A. Windows color (decimal): -13288484 or 14433077. OLE color: 14433077.
HSL color Cylindrical-coordinate representation of color #353BDC: hue angle of 237.84º 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 #353BDC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 59 | 220 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.14 |
| HSL | 237.84º | 0.7% | 0.54% | - |
| HSV(B) | 237.84º | 0.76% | 0.86% | - |
| XYZ | 15.95 | 9.05 | 68.62 | - |
| YUV | 75.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 220 | 0.76 | 0.73 | 0 | 0.14 | 237.84 | 0.7 | 0.54 |
| Hex | 35 | 3B | DC | 4C | 49 | 0 | E | EE | 46 | 36 |
| Octal | 65 | 73 | 334 | 114 | 111 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110101 | 111011 | 11011100 | 1001100 | 1001001 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #353BDC
Complementary color
Monochromatic Colors of #353BDC
Black with #353BDC
Text Example
Text Example
White with #353BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BDC; }
p { color: rgb(53,59,220); }
H1.HeaderClassName
{
color: #353BDC;
}
.AnyTagClassName
{
color: #353BDC;
}
</style>
background-color css
<style>
a { background-color: #353BDC; }
a { background-color: rgb(53,59,220); }
div.DivClassName
{
background-color: #353BDC;
}
.BgClassName
{
background-color: #353BDC;
}
</style>
border-color css
<style>
span { border-color: #353BDC; }
span { border-color: rgb(53,59,220); }
td.TdClassName
{
border-color: #353BDC;
}
.TagClassName
{
border-color: #353BDC;
}
</style>