Shades of Free Speech Blue #3558D6
Tints of Free Speech Blue #3558D6
RGB
CMYK
RGB Variations
Color information
#3558D6 (or 0x3558D6) is known color: Free Speech Blue. HEX triplet: 35, 58 and D6. RGB value is (53,88,214). Sum of RGB (Red+Green+Blue) = 53+88+214=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #3558D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558D6 is #CAA729. Grayscale: #5B5B5B. Windows color (decimal): -13281066 or 14047285. OLE color: 14047285.
HSL color Cylindrical-coordinate representation of color #3558D6: hue angle of 226.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3558D6 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 88 | 214 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.16 |
| HSL | 226.96º | 0.66% | 0.52% | - |
| HSV(B) | 226.96º | 0.75% | 0.84% | - |
| XYZ | 17.1 | 12.59 | 65.15 | - |
| YUV | 91.9 | 196.9 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 214 | 0.75 | 0.59 | 0 | 0.16 | 226.96 | 0.66 | 0.52 |
| Hex | 35 | 58 | D6 | 4B | 3B | 0 | 10 | E3 | 42 | 34 |
| Octal | 65 | 130 | 326 | 113 | 73 | 0 | 20 | 343 | 102 | 64 |
| Binary | 110101 | 1011000 | 11010110 | 1001011 | 111011 | 0 | 10000 | 11100011 | 1000010 | 110100 |
Color Harmonies of #3558D6
Complementary color
Monochromatic Colors of #3558D6
Black with #3558D6
Text Example
Text Example
White with #3558D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558D6; }
p { color: rgb(53,88,214); }
H1.HeaderClassName
{
color: #3558D6;
}
.AnyTagClassName
{
color: #3558D6;
}
</style>
background-color css
<style>
a { background-color: #3558D6; }
a { background-color: rgb(53,88,214); }
div.DivClassName
{
background-color: #3558D6;
}
.BgClassName
{
background-color: #3558D6;
}
</style>
border-color css
<style>
span { border-color: #3558D6; }
span { border-color: rgb(53,88,214); }
td.TdClassName
{
border-color: #3558D6;
}
.TagClassName
{
border-color: #3558D6;
}
</style>