Shades of Free Speech Blue #3550D3
Tints of Free Speech Blue #3550D3
RGB
CMYK
RGB Variations
Color information
#3550D3 (or 0x3550D3) is known color: Free Speech Blue. HEX triplet: 35, 50 and D3. RGB value is (53,80,211). Sum of RGB (Red+Green+Blue) = 53+80+211=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 211 (82.81% from 255 or 61.34% from 344); Max value from RGB is 211 - color contains mainly: blue. Hex color #3550D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550D3 is #CAAF2C. Grayscale: #565656. Windows color (decimal): -13283117 or 13848629. OLE color: 13848629.
HSL color Cylindrical-coordinate representation of color #3550D3: hue angle of 229.75º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3550D3 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 80 | 211 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.17 |
| HSL | 229.75º | 0.64% | 0.52% | - |
| HSV(B) | 229.75º | 0.75% | 0.83% | - |
| XYZ | 16.09 | 11.2 | 62.94 | - |
| YUV | 86.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 211 | 0.75 | 0.62 | 0 | 0.17 | 229.75 | 0.64 | 0.52 |
| Hex | 35 | 50 | D3 | 4B | 3E | 0 | 11 | E6 | 40 | 34 |
| Octal | 65 | 120 | 323 | 113 | 76 | 0 | 21 | 346 | 100 | 64 |
| Binary | 110101 | 1010000 | 11010011 | 1001011 | 111110 | 0 | 10001 | 11100110 | 1000000 | 110100 |
Color Harmonies of #3550D3
Complementary color
Monochromatic Colors of #3550D3
Black with #3550D3
Text Example
Text Example
White with #3550D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550D3; }
p { color: rgb(53,80,211); }
H1.HeaderClassName
{
color: #3550D3;
}
.AnyTagClassName
{
color: #3550D3;
}
</style>
background-color css
<style>
a { background-color: #3550D3; }
a { background-color: rgb(53,80,211); }
div.DivClassName
{
background-color: #3550D3;
}
.BgClassName
{
background-color: #3550D3;
}
</style>
border-color css
<style>
span { border-color: #3550D3; }
span { border-color: rgb(53,80,211); }
td.TdClassName
{
border-color: #3550D3;
}
.TagClassName
{
border-color: #3550D3;
}
</style>