Shades of Free Speech Blue #3536DF
Tints of Free Speech Blue #3536DF
RGB
CMYK
RGB Variations
Color information
#3536DF (or 0x3536DF) is known color: Free Speech Blue. HEX triplet: 35, 36 and DF. RGB value is (53,54,223). Sum of RGB (Red+Green+Blue) = 53+54+223=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #3536DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536DF is #CAC920. Grayscale: #484848. Windows color (decimal): -13289761 or 14628405. OLE color: 14628405.
HSL color Cylindrical-coordinate representation of color #3536DF: hue angle of 239.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3536DF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 54 | 223 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.13 |
| HSL | 239.65º | 0.73% | 0.54% | - |
| HSV(B) | 239.65º | 0.76% | 0.87% | - |
| XYZ | 16.11 | 8.72 | 70.65 | - |
| YUV | 72.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 223 | 0.76 | 0.76 | 0 | 0.13 | 239.65 | 0.73 | 0.54 |
| Hex | 35 | 36 | DF | 4C | 4C | 0 | D | F0 | 49 | 36 |
| Octal | 65 | 66 | 337 | 114 | 114 | 0 | 15 | 360 | 111 | 66 |
| Binary | 110101 | 110110 | 11011111 | 1001100 | 1001100 | 0 | 1101 | 11110000 | 1001001 | 110110 |
Color Harmonies of #3536DF
Complementary color
Monochromatic Colors of #3536DF
Black with #3536DF
Text Example
Text Example
White with #3536DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3536DF; }
p { color: rgb(53,54,223); }
H1.HeaderClassName
{
color: #3536DF;
}
.AnyTagClassName
{
color: #3536DF;
}
</style>
background-color css
<style>
a { background-color: #3536DF; }
a { background-color: rgb(53,54,223); }
div.DivClassName
{
background-color: #3536DF;
}
.BgClassName
{
background-color: #3536DF;
}
</style>
border-color css
<style>
span { border-color: #3536DF; }
span { border-color: rgb(53,54,223); }
td.TdClassName
{
border-color: #3536DF;
}
.TagClassName
{
border-color: #3536DF;
}
</style>