Shades of Free Speech Blue #353DDB
Tints of Free Speech Blue #353DDB
RGB
CMYK
RGB Variations
Color information
#353DDB (or 0x353DDB) is known color: Free Speech Blue. HEX triplet: 35, 3D and DB. RGB value is (53,61,219). Sum of RGB (Red+Green+Blue) = 53+61+219=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #353DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDB is #CAC224. Grayscale: #4B4B4B. Windows color (decimal): -13287973 or 14368053. OLE color: 14368053.
HSL color Cylindrical-coordinate representation of color #353DDB: hue angle of 237.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353DDB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 61 | 219 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.14 |
| HSL | 237.11º | 0.7% | 0.53% | - |
| HSV(B) | 237.11º | 0.76% | 0.86% | - |
| XYZ | 15.92 | 9.21 | 67.96 | - |
| YUV | 76.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 219 | 0.76 | 0.72 | 0 | 0.14 | 237.11 | 0.7 | 0.53 |
| Hex | 35 | 3D | DB | 4C | 48 | 0 | E | ED | 46 | 35 |
| Octal | 65 | 75 | 333 | 114 | 110 | 0 | 16 | 355 | 106 | 65 |
| Binary | 110101 | 111101 | 11011011 | 1001100 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110101 |
Color Harmonies of #353DDB
Complementary color
Monochromatic Colors of #353DDB
Black with #353DDB
Text Example
Text Example
White with #353DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DDB; }
p { color: rgb(53,61,219); }
H1.HeaderClassName
{
color: #353DDB;
}
.AnyTagClassName
{
color: #353DDB;
}
</style>
background-color css
<style>
a { background-color: #353DDB; }
a { background-color: rgb(53,61,219); }
div.DivClassName
{
background-color: #353DDB;
}
.BgClassName
{
background-color: #353DDB;
}
</style>
border-color css
<style>
span { border-color: #353DDB; }
span { border-color: rgb(53,61,219); }
td.TdClassName
{
border-color: #353DDB;
}
.TagClassName
{
border-color: #353DDB;
}
</style>