Shades of Free Speech Blue #3353CB
Tints of Free Speech Blue #3353CB
RGB
CMYK
RGB Variations
Color information
#3353CB (or 0x3353CB) is known color: Free Speech Blue. HEX triplet: 33, 53 and CB. RGB value is (51,83,203). Sum of RGB (Red+Green+Blue) = 51+83+203=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #3353CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353CB is #CCAC34. Grayscale: #565656. Windows color (decimal): -13413429 or 13325107. OLE color: 13325107.
HSL color Cylindrical-coordinate representation of color #3353CB: hue angle of 227.37º 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 #3353CB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 83 | 203 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.20 |
| HSL | 227.37º | 0.6% | 0.5% | - |
| HSV(B) | 227.37º | 0.75% | 0.8% | - |
| XYZ | 15.24 | 11.2 | 57.86 | - |
| YUV | 87.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 203 | 0.75 | 0.59 | 0 | 0.20 | 227.37 | 0.6 | 0.5 |
| Hex | 33 | 53 | CB | 4B | 3B | 0 | 14 | E3 | 3C | 32 |
| Octal | 63 | 123 | 313 | 113 | 73 | 0 | 24 | 343 | 74 | 62 |
| Binary | 110011 | 1010011 | 11001011 | 1001011 | 111011 | 0 | 10100 | 11100011 | 111100 | 110010 |
Color Harmonies of #3353CB
Complementary color
Monochromatic Colors of #3353CB
Black with #3353CB
Text Example
Text Example
White with #3353CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353CB; }
p { color: rgb(51,83,203); }
H1.HeaderClassName
{
color: #3353CB;
}
.AnyTagClassName
{
color: #3353CB;
}
</style>
background-color css
<style>
a { background-color: #3353CB; }
a { background-color: rgb(51,83,203); }
div.DivClassName
{
background-color: #3353CB;
}
.BgClassName
{
background-color: #3353CB;
}
</style>
border-color css
<style>
span { border-color: #3353CB; }
span { border-color: rgb(51,83,203); }
td.TdClassName
{
border-color: #3353CB;
}
.TagClassName
{
border-color: #3353CB;
}
</style>