Shades of Free Speech Blue #3554DB
Tints of Free Speech Blue #3554DB
RGB
CMYK
RGB Variations
Color information
#3554DB (or 0x3554DB) is known color: Free Speech Blue. HEX triplet: 35, 54 and DB. RGB value is (53,84,219). Sum of RGB (Red+Green+Blue) = 53+84+219=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #3554DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3554DB is #CAAB24. Grayscale: #595959. Windows color (decimal): -13282085 or 14373941. OLE color: 14373941.
HSL color Cylindrical-coordinate representation of color #3554DB: hue angle of 228.8º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3554DB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 84 | 219 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.14 |
| HSL | 228.8º | 0.7% | 0.53% | - |
| HSV(B) | 228.8º | 0.76% | 0.86% | - |
| XYZ | 17.42 | 12.21 | 68.46 | - |
| YUV | 90.12 | 200.73 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 219 | 0.76 | 0.62 | 0 | 0.14 | 228.8 | 0.7 | 0.53 |
| Hex | 35 | 54 | DB | 4C | 3E | 0 | E | E5 | 46 | 35 |
| Octal | 65 | 124 | 333 | 114 | 76 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110101 | 1010100 | 11011011 | 1001100 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3554DB
Complementary color
Monochromatic Colors of #3554DB
Black with #3554DB
Text Example
Text Example
White with #3554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3554DB; }
p { color: rgb(53,84,219); }
H1.HeaderClassName
{
color: #3554DB;
}
.AnyTagClassName
{
color: #3554DB;
}
</style>
background-color css
<style>
a { background-color: #3554DB; }
a { background-color: rgb(53,84,219); }
div.DivClassName
{
background-color: #3554DB;
}
.BgClassName
{
background-color: #3554DB;
}
</style>
border-color css
<style>
span { border-color: #3554DB; }
span { border-color: rgb(53,84,219); }
td.TdClassName
{
border-color: #3554DB;
}
.TagClassName
{
border-color: #3554DB;
}
</style>