Shades of Free Speech Blue #3552CE
Tints of Free Speech Blue #3552CE
RGB
CMYK
RGB Variations
Color information
#3552CE (or 0x3552CE) is known color: Free Speech Blue. HEX triplet: 35, 52 and CE. RGB value is (53,82,206). Sum of RGB (Red+Green+Blue) = 53+82+206=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3552CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3552CE is #CAAD31. Grayscale: #565656. Windows color (decimal): -13282610 or 13521461. OLE color: 13521461.
HSL color Cylindrical-coordinate representation of color #3552CE: hue angle of 228.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3552CE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 82 | 206 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.19 |
| HSL | 228.63º | 0.61% | 0.51% | - |
| HSV(B) | 228.63º | 0.74% | 0.81% | - |
| XYZ | 15.63 | 11.25 | 59.74 | - |
| YUV | 87.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 206 | 0.74 | 0.60 | 0 | 0.19 | 228.63 | 0.61 | 0.51 |
| Hex | 35 | 52 | CE | 4A | 3C | 0 | 13 | E5 | 3D | 33 |
| Octal | 65 | 122 | 316 | 112 | 74 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110101 | 1010010 | 11001110 | 1001010 | 111100 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3552CE
Complementary color
Monochromatic Colors of #3552CE
Black with #3552CE
Text Example
Text Example
White with #3552CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3552CE; }
p { color: rgb(53,82,206); }
H1.HeaderClassName
{
color: #3552CE;
}
.AnyTagClassName
{
color: #3552CE;
}
</style>
background-color css
<style>
a { background-color: #3552CE; }
a { background-color: rgb(53,82,206); }
div.DivClassName
{
background-color: #3552CE;
}
.BgClassName
{
background-color: #3552CE;
}
</style>
border-color css
<style>
span { border-color: #3552CE; }
span { border-color: rgb(53,82,206); }
td.TdClassName
{
border-color: #3552CE;
}
.TagClassName
{
border-color: #3552CE;
}
</style>