Shades of Free Speech Blue #335ACE
Tints of Free Speech Blue #335ACE
RGB
CMYK
RGB Variations
Color information
#335ACE (or 0x335ACE) is known color: Free Speech Blue. HEX triplet: 33, 5A and CE. RGB value is (51,90,206). Sum of RGB (Red+Green+Blue) = 51+90+206=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #335ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ACE is #CCA531. Grayscale: #5B5B5B. Windows color (decimal): -13411634 or 13523507. OLE color: 13523507.
HSL color Cylindrical-coordinate representation of color #335ACE: hue angle of 224.9º 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 #335ACE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 90 | 206 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.19 |
| HSL | 224.9º | 0.61% | 0.5% | - |
| HSV(B) | 224.9º | 0.75% | 0.81% | - |
| XYZ | 16.16 | 12.47 | 59.95 | - |
| YUV | 91.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 206 | 0.75 | 0.56 | 0 | 0.19 | 224.9 | 0.61 | 0.5 |
| Hex | 33 | 5A | CE | 4B | 38 | 0 | 13 | E1 | 3D | 32 |
| Octal | 63 | 132 | 316 | 113 | 70 | 0 | 23 | 341 | 75 | 62 |
| Binary | 110011 | 1011010 | 11001110 | 1001011 | 111000 | 0 | 10011 | 11100001 | 111101 | 110010 |
Color Harmonies of #335ACE
Complementary color
Monochromatic Colors of #335ACE
Black with #335ACE
Text Example
Text Example
White with #335ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ACE; }
p { color: rgb(51,90,206); }
H1.HeaderClassName
{
color: #335ACE;
}
.AnyTagClassName
{
color: #335ACE;
}
</style>
background-color css
<style>
a { background-color: #335ACE; }
a { background-color: rgb(51,90,206); }
div.DivClassName
{
background-color: #335ACE;
}
.BgClassName
{
background-color: #335ACE;
}
</style>
border-color css
<style>
span { border-color: #335ACE; }
span { border-color: rgb(51,90,206); }
td.TdClassName
{
border-color: #335ACE;
}
.TagClassName
{
border-color: #335ACE;
}
</style>