Shades of Free Speech Blue #3357CE
Tints of Free Speech Blue #3357CE
RGB
CMYK
RGB Variations
Color information
#3357CE (or 0x3357CE) is known color: Free Speech Blue. HEX triplet: 33, 57 and CE. RGB value is (51,87,206). Sum of RGB (Red+Green+Blue) = 51+87+206=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3357CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3357CE is #CCA831. Grayscale: #595959. Windows color (decimal): -13412402 or 13522739. OLE color: 13522739.
HSL color Cylindrical-coordinate representation of color #3357CE: hue angle of 226.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3357CE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 87 | 206 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.19 |
| HSL | 226.06º | 0.61% | 0.5% | - |
| HSV(B) | 226.06º | 0.75% | 0.81% | - |
| XYZ | 15.91 | 11.98 | 59.87 | - |
| YUV | 89.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 206 | 0.75 | 0.58 | 0 | 0.19 | 226.06 | 0.61 | 0.5 |
| Hex | 33 | 57 | CE | 4B | 3A | 0 | 13 | E2 | 3D | 32 |
| Octal | 63 | 127 | 316 | 113 | 72 | 0 | 23 | 342 | 75 | 62 |
| Binary | 110011 | 1010111 | 11001110 | 1001011 | 111010 | 0 | 10011 | 11100010 | 111101 | 110010 |
Color Harmonies of #3357CE
Complementary color
Monochromatic Colors of #3357CE
Black with #3357CE
Text Example
Text Example
White with #3357CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3357CE; }
p { color: rgb(51,87,206); }
H1.HeaderClassName
{
color: #3357CE;
}
.AnyTagClassName
{
color: #3357CE;
}
</style>
background-color css
<style>
a { background-color: #3357CE; }
a { background-color: rgb(51,87,206); }
div.DivClassName
{
background-color: #3357CE;
}
.BgClassName
{
background-color: #3357CE;
}
</style>
border-color css
<style>
span { border-color: #3357CE; }
span { border-color: rgb(51,87,206); }
td.TdClassName
{
border-color: #3357CE;
}
.TagClassName
{
border-color: #3357CE;
}
</style>