Shades of Free Speech Blue #3352CB
Tints of Free Speech Blue #3352CB
RGB
CMYK
RGB Variations
Color information
#3352CB (or 0x3352CB) is known color: Free Speech Blue. HEX triplet: 33, 52 and CB. RGB value is (51,82,203). Sum of RGB (Red+Green+Blue) = 51+82+203=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #3352CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3352CB is #CCAD34. Grayscale: #565656. Windows color (decimal): -13413685 or 13324851. OLE color: 13324851.
HSL color Cylindrical-coordinate representation of color #3352CB: hue angle of 227.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3352CB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 82 | 203 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.20 |
| HSL | 227.76º | 0.6% | 0.5% | - |
| HSV(B) | 227.76º | 0.75% | 0.8% | - |
| XYZ | 15.16 | 11.05 | 57.83 | - |
| YUV | 86.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 203 | 0.75 | 0.60 | 0 | 0.20 | 227.76 | 0.6 | 0.5 |
| Hex | 33 | 52 | CB | 4B | 3C | 0 | 14 | E4 | 3C | 32 |
| Octal | 63 | 122 | 313 | 113 | 74 | 0 | 24 | 344 | 74 | 62 |
| Binary | 110011 | 1010010 | 11001011 | 1001011 | 111100 | 0 | 10100 | 11100100 | 111100 | 110010 |
Color Harmonies of #3352CB
Complementary color
Monochromatic Colors of #3352CB
Black with #3352CB
Text Example
Text Example
White with #3352CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352CB; }
p { color: rgb(51,82,203); }
H1.HeaderClassName
{
color: #3352CB;
}
.AnyTagClassName
{
color: #3352CB;
}
</style>
background-color css
<style>
a { background-color: #3352CB; }
a { background-color: rgb(51,82,203); }
div.DivClassName
{
background-color: #3352CB;
}
.BgClassName
{
background-color: #3352CB;
}
</style>
border-color css
<style>
span { border-color: #3352CB; }
span { border-color: rgb(51,82,203); }
td.TdClassName
{
border-color: #3352CB;
}
.TagClassName
{
border-color: #3352CB;
}
</style>