Shades of Free Speech Blue #3454DB
Tints of Free Speech Blue #3454DB
RGB
CMYK
RGB Variations
Color information
#3454DB (or 0x3454DB) is known color: Free Speech Blue. HEX triplet: 34, 54 and DB. RGB value is (52,84,219). Sum of RGB (Red+Green+Blue) = 52+84+219=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3454DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454DB is #CBAB24. Grayscale: #595959. Windows color (decimal): -13347621 or 14373940. OLE color: 14373940.
HSL color Cylindrical-coordinate representation of color #3454DB: hue angle of 228.5º 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 #3454DB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 84 | 219 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.14 |
| HSL | 228.5º | 0.7% | 0.53% | - |
| HSV(B) | 228.5º | 0.76% | 0.86% | - |
| XYZ | 17.37 | 12.19 | 68.45 | - |
| YUV | 89.82 | 200.9 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 219 | 0.76 | 0.62 | 0 | 0.14 | 228.5 | 0.7 | 0.53 |
| Hex | 34 | 54 | DB | 4C | 3E | 0 | E | E5 | 46 | 35 |
| Octal | 64 | 124 | 333 | 114 | 76 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110100 | 1010100 | 11011011 | 1001100 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3454DB
Complementary color
Monochromatic Colors of #3454DB
Black with #3454DB
Text Example
Text Example
White with #3454DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3454DB; }
p { color: rgb(52,84,219); }
H1.HeaderClassName
{
color: #3454DB;
}
.AnyTagClassName
{
color: #3454DB;
}
</style>
background-color css
<style>
a { background-color: #3454DB; }
a { background-color: rgb(52,84,219); }
div.DivClassName
{
background-color: #3454DB;
}
.BgClassName
{
background-color: #3454DB;
}
</style>
border-color css
<style>
span { border-color: #3454DB; }
span { border-color: rgb(52,84,219); }
td.TdClassName
{
border-color: #3454DB;
}
.TagClassName
{
border-color: #3454DB;
}
</style>