Shades of Free Speech Blue #3358CC
Tints of Free Speech Blue #3358CC
RGB
CMYK
RGB Variations
Color information
#3358CC (or 0x3358CC) is known color: Free Speech Blue. HEX triplet: 33, 58 and CC. RGB value is (51,88,204). Sum of RGB (Red+Green+Blue) = 51+88+204=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #3358CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358CC is #CCA733. Grayscale: #595959. Windows color (decimal): -13412148 or 13391923. OLE color: 13391923.
HSL color Cylindrical-coordinate representation of color #3358CC: hue angle of 225.49º 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 #3358CC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 88 | 204 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.2 |
| HSL | 225.49º | 0.6% | 0.5% | - |
| HSV(B) | 225.49º | 0.75% | 0.8% | - |
| XYZ | 15.75 | 12.04 | 58.62 | - |
| YUV | 90.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 204 | 0.75 | 0.57 | 0 | 0.2 | 225.49 | 0.6 | 0.5 |
| Hex | 33 | 58 | CC | 4B | 39 | 0 | 14 | E1 | 3C | 32 |
| Octal | 63 | 130 | 314 | 113 | 71 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110011 | 1011000 | 11001100 | 1001011 | 111001 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #3358CC
Complementary color
Monochromatic Colors of #3358CC
Black with #3358CC
Text Example
Text Example
White with #3358CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3358CC; }
p { color: rgb(51,88,204); }
H1.HeaderClassName
{
color: #3358CC;
}
.AnyTagClassName
{
color: #3358CC;
}
</style>
background-color css
<style>
a { background-color: #3358CC; }
a { background-color: rgb(51,88,204); }
div.DivClassName
{
background-color: #3358CC;
}
.BgClassName
{
background-color: #3358CC;
}
</style>
border-color css
<style>
span { border-color: #3358CC; }
span { border-color: rgb(51,88,204); }
td.TdClassName
{
border-color: #3358CC;
}
.TagClassName
{
border-color: #3358CC;
}
</style>