Shades of Free Speech Blue #3352CE
Tints of Free Speech Blue #3352CE
RGB
CMYK
RGB Variations
Color information
#3352CE (or 0x3352CE) is known color: Free Speech Blue. HEX triplet: 33, 52 and CE. RGB value is (51,82,206). Sum of RGB (Red+Green+Blue) = 51+82+206=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3352CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3352CE is #CCAD31. Grayscale: #565656. Windows color (decimal): -13413682 or 13521459. OLE color: 13521459.
HSL color Cylindrical-coordinate representation of color #3352CE: hue angle of 228º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3352CE is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 82 | 206 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.19 |
| HSL | 228º | 0.61% | 0.5% | - |
| HSV(B) | 228º | 0.75% | 0.81% | - |
| XYZ | 15.52 | 11.19 | 59.74 | - |
| YUV | 86.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 206 | 0.75 | 0.60 | 0 | 0.19 | 228 | 0.61 | 0.5 |
| Hex | 33 | 52 | CE | 4B | 3C | 0 | 13 | E4 | 3D | 32 |
| Octal | 63 | 122 | 316 | 113 | 74 | 0 | 23 | 344 | 75 | 62 |
| Binary | 110011 | 1010010 | 11001110 | 1001011 | 111100 | 0 | 10011 | 11100100 | 111101 | 110010 |
Color Harmonies of #3352CE
Complementary color
Monochromatic Colors of #3352CE
Black with #3352CE
Text Example
Text Example
White with #3352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352CE; }
p { color: rgb(51,82,206); }
H1.HeaderClassName
{
color: #3352CE;
}
.AnyTagClassName
{
color: #3352CE;
}
</style>
background-color css
<style>
a { background-color: #3352CE; }
a { background-color: rgb(51,82,206); }
div.DivClassName
{
background-color: #3352CE;
}
.BgClassName
{
background-color: #3352CE;
}
</style>
border-color css
<style>
span { border-color: #3352CE; }
span { border-color: rgb(51,82,206); }
td.TdClassName
{
border-color: #3352CE;
}
.TagClassName
{
border-color: #3352CE;
}
</style>