Shades of Free Speech Blue #3552D8
Tints of Free Speech Blue #3552D8
RGB
CMYK
RGB Variations
Color information
#3552D8 (or 0x3552D8) is known color: Free Speech Blue. HEX triplet: 35, 52 and D8. RGB value is (53,82,216). Sum of RGB (Red+Green+Blue) = 53+82+216=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #3552D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3552D8 is #CAAD27. Grayscale: #585858. Windows color (decimal): -13282600 or 14176821. OLE color: 14176821.
HSL color Cylindrical-coordinate representation of color #3552D8: hue angle of 229.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3552D8 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 82 | 216 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.15 |
| HSL | 229.33º | 0.68% | 0.53% | - |
| HSV(B) | 229.33º | 0.75% | 0.85% | - |
| XYZ | 16.88 | 11.75 | 66.34 | - |
| YUV | 88.61 | 199.89 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 216 | 0.75 | 0.62 | 0 | 0.15 | 229.33 | 0.68 | 0.53 |
| Hex | 35 | 52 | D8 | 4B | 3E | 0 | F | E5 | 44 | 35 |
| Octal | 65 | 122 | 330 | 113 | 76 | 0 | 17 | 345 | 104 | 65 |
| Binary | 110101 | 1010010 | 11011000 | 1001011 | 111110 | 0 | 1111 | 11100101 | 1000100 | 110101 |
Color Harmonies of #3552D8
Complementary color
Monochromatic Colors of #3552D8
Black with #3552D8
Text Example
Text Example
White with #3552D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3552D8; }
p { color: rgb(53,82,216); }
H1.HeaderClassName
{
color: #3552D8;
}
.AnyTagClassName
{
color: #3552D8;
}
</style>
background-color css
<style>
a { background-color: #3552D8; }
a { background-color: rgb(53,82,216); }
div.DivClassName
{
background-color: #3552D8;
}
.BgClassName
{
background-color: #3552D8;
}
</style>
border-color css
<style>
span { border-color: #3552D8; }
span { border-color: rgb(53,82,216); }
td.TdClassName
{
border-color: #3552D8;
}
.TagClassName
{
border-color: #3552D8;
}
</style>