Shades of Free Speech Blue #3540D6
Tints of Free Speech Blue #3540D6
RGB
CMYK
RGB Variations
Color information
#3540D6 (or 0x3540D6) is known color: Free Speech Blue. HEX triplet: 35, 40 and D6. RGB value is (53,64,214). Sum of RGB (Red+Green+Blue) = 53+64+214=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #3540D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540D6 is #CABF29. Grayscale: #4D4D4D. Windows color (decimal): -13287210 or 14041141. OLE color: 14041141.
HSL color Cylindrical-coordinate representation of color #3540D6: hue angle of 235.9º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3540D6 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 64 | 214 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.16 |
| HSL | 235.9º | 0.66% | 0.52% | - |
| HSV(B) | 235.9º | 0.75% | 0.84% | - |
| XYZ | 15.44 | 9.28 | 64.6 | - |
| YUV | 77.81 | 204.86 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 214 | 0.75 | 0.70 | 0 | 0.16 | 235.9 | 0.66 | 0.52 |
| Hex | 35 | 40 | D6 | 4B | 46 | 0 | 10 | EC | 42 | 34 |
| Octal | 65 | 100 | 326 | 113 | 106 | 0 | 20 | 354 | 102 | 64 |
| Binary | 110101 | 1000000 | 11010110 | 1001011 | 1000110 | 0 | 10000 | 11101100 | 1000010 | 110100 |
Color Harmonies of #3540D6
Complementary color
Monochromatic Colors of #3540D6
Black with #3540D6
Text Example
Text Example
White with #3540D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540D6; }
p { color: rgb(53,64,214); }
H1.HeaderClassName
{
color: #3540D6;
}
.AnyTagClassName
{
color: #3540D6;
}
</style>
background-color css
<style>
a { background-color: #3540D6; }
a { background-color: rgb(53,64,214); }
div.DivClassName
{
background-color: #3540D6;
}
.BgClassName
{
background-color: #3540D6;
}
</style>
border-color css
<style>
span { border-color: #3540D6; }
span { border-color: rgb(53,64,214); }
td.TdClassName
{
border-color: #3540D6;
}
.TagClassName
{
border-color: #3540D6;
}
</style>