Shades of Free Speech Blue #3353CC
Tints of Free Speech Blue #3353CC
RGB
CMYK
RGB Variations
Color information
#3353CC (or 0x3353CC) is known color: Free Speech Blue. HEX triplet: 33, 53 and CC. RGB value is (51,83,204). Sum of RGB (Red+Green+Blue) = 51+83+204=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #3353CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353CC is #CCAC33. Grayscale: #565656. Windows color (decimal): -13413428 or 13390643. OLE color: 13390643.
HSL color Cylindrical-coordinate representation of color #3353CC: hue angle of 227.45º 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 #3353CC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 83 | 204 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.2 |
| HSL | 227.45º | 0.6% | 0.5% | - |
| HSV(B) | 227.45º | 0.75% | 0.8% | - |
| XYZ | 15.36 | 11.25 | 58.49 | - |
| YUV | 87.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 204 | 0.75 | 0.59 | 0 | 0.2 | 227.45 | 0.6 | 0.5 |
| Hex | 33 | 53 | CC | 4B | 3B | 0 | 14 | E3 | 3C | 32 |
| Octal | 63 | 123 | 314 | 113 | 73 | 0 | 24 | 343 | 74 | 62 |
| Binary | 110011 | 1010011 | 11001100 | 1001011 | 111011 | 0 | 10100 | 11100011 | 111100 | 110010 |
Color Harmonies of #3353CC
Complementary color
Monochromatic Colors of #3353CC
Black with #3353CC
Text Example
Text Example
White with #3353CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353CC; }
p { color: rgb(51,83,204); }
H1.HeaderClassName
{
color: #3353CC;
}
.AnyTagClassName
{
color: #3353CC;
}
</style>
background-color css
<style>
a { background-color: #3353CC; }
a { background-color: rgb(51,83,204); }
div.DivClassName
{
background-color: #3353CC;
}
.BgClassName
{
background-color: #3353CC;
}
</style>
border-color css
<style>
span { border-color: #3353CC; }
span { border-color: rgb(51,83,204); }
td.TdClassName
{
border-color: #3353CC;
}
.TagClassName
{
border-color: #3353CC;
}
</style>