Shades of Free Speech Blue #3350CC
Tints of Free Speech Blue #3350CC
RGB
CMYK
RGB Variations
Color information
#3350CC (or 0x3350CC) is known color: Free Speech Blue. HEX triplet: 33, 50 and CC. RGB value is (51,80,204). Sum of RGB (Red+Green+Blue) = 51+80+204=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #3350CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350CC is #CCAF33. Grayscale: #545454. Windows color (decimal): -13414196 or 13389875. OLE color: 13389875.
HSL color Cylindrical-coordinate representation of color #3350CC: hue angle of 228.63º 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 #3350CC is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 80 | 204 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.2 |
| HSL | 228.63º | 0.6% | 0.5% | - |
| HSV(B) | 228.63º | 0.75% | 0.8% | - |
| XYZ | 15.13 | 10.8 | 58.41 | - |
| YUV | 85.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 204 | 0.75 | 0.61 | 0 | 0.2 | 228.63 | 0.6 | 0.5 |
| Hex | 33 | 50 | CC | 4B | 3D | 0 | 14 | E5 | 3C | 32 |
| Octal | 63 | 120 | 314 | 113 | 75 | 0 | 24 | 345 | 74 | 62 |
| Binary | 110011 | 1010000 | 11001100 | 1001011 | 111101 | 0 | 10100 | 11100101 | 111100 | 110010 |
Color Harmonies of #3350CC
Complementary color
Monochromatic Colors of #3350CC
Black with #3350CC
Text Example
Text Example
White with #3350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350CC; }
p { color: rgb(51,80,204); }
H1.HeaderClassName
{
color: #3350CC;
}
.AnyTagClassName
{
color: #3350CC;
}
</style>
background-color css
<style>
a { background-color: #3350CC; }
a { background-color: rgb(51,80,204); }
div.DivClassName
{
background-color: #3350CC;
}
.BgClassName
{
background-color: #3350CC;
}
</style>
border-color css
<style>
span { border-color: #3350CC; }
span { border-color: rgb(51,80,204); }
td.TdClassName
{
border-color: #3350CC;
}
.TagClassName
{
border-color: #3350CC;
}
</style>