Shades of Free Speech Blue #335ACF
Tints of Free Speech Blue #335ACF
RGB
CMYK
RGB Variations
Color information
#335ACF (or 0x335ACF) is known color: Free Speech Blue. HEX triplet: 33, 5A and CF. RGB value is (51,90,207). Sum of RGB (Red+Green+Blue) = 51+90+207=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #335ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ACF is #CCA530. Grayscale: #5B5B5B. Windows color (decimal): -13411633 or 13589043. OLE color: 13589043.
HSL color Cylindrical-coordinate representation of color #335ACF: hue angle of 225º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335ACF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 90 | 207 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.19 |
| HSL | 225º | 0.62% | 0.51% | - |
| HSV(B) | 225º | 0.75% | 0.81% | - |
| XYZ | 16.28 | 12.52 | 60.59 | - |
| YUV | 91.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 207 | 0.75 | 0.57 | 0 | 0.19 | 225 | 0.62 | 0.51 |
| Hex | 33 | 5A | CF | 4B | 39 | 0 | 13 | E1 | 3E | 33 |
| Octal | 63 | 132 | 317 | 113 | 71 | 0 | 23 | 341 | 76 | 63 |
| Binary | 110011 | 1011010 | 11001111 | 1001011 | 111001 | 0 | 10011 | 11100001 | 111110 | 110011 |
Color Harmonies of #335ACF
Complementary color
Monochromatic Colors of #335ACF
Black with #335ACF
Text Example
Text Example
White with #335ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ACF; }
p { color: rgb(51,90,207); }
H1.HeaderClassName
{
color: #335ACF;
}
.AnyTagClassName
{
color: #335ACF;
}
</style>
background-color css
<style>
a { background-color: #335ACF; }
a { background-color: rgb(51,90,207); }
div.DivClassName
{
background-color: #335ACF;
}
.BgClassName
{
background-color: #335ACF;
}
</style>
border-color css
<style>
span { border-color: #335ACF; }
span { border-color: rgb(51,90,207); }
td.TdClassName
{
border-color: #335ACF;
}
.TagClassName
{
border-color: #335ACF;
}
</style>