Shades of Free Speech Blue #3A34DB
Tints of Free Speech Blue #3A34DB
RGB
CMYK
RGB Variations
Color information
#3A34DB (or 0x3A34DB) is known color: Free Speech Blue. HEX triplet: 3A, 34 and DB. RGB value is (58,52,219). Sum of RGB (Red+Green+Blue) = 58+52+219=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A34DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34DB is #C5CB24. Grayscale: #484848. Windows color (decimal): -12962597 or 14365754. OLE color: 14365754.
HSL color Cylindrical-coordinate representation of color #3A34DB: hue angle of 242.16º 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 #3A34DB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 52 | 219 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.14 |
| HSL | 242.16º | 0.7% | 0.53% | - |
| HSV(B) | 242.16º | 0.76% | 0.86% | - |
| XYZ | 15.76 | 8.47 | 67.82 | - |
| YUV | 72.83 | 210.49 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 219 | 0.74 | 0.76 | 0 | 0.14 | 242.16 | 0.7 | 0.53 |
| Hex | 3A | 34 | DB | 4A | 4C | 0 | E | F2 | 46 | 35 |
| Octal | 72 | 64 | 333 | 112 | 114 | 0 | 16 | 362 | 106 | 65 |
| Binary | 111010 | 110100 | 11011011 | 1001010 | 1001100 | 0 | 1110 | 11110010 | 1000110 | 110101 |
Color Harmonies of #3A34DB
Complementary color
Monochromatic Colors of #3A34DB
Black with #3A34DB
Text Example
Text Example
White with #3A34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34DB; }
p { color: rgb(58,52,219); }
H1.HeaderClassName
{
color: #3A34DB;
}
.AnyTagClassName
{
color: #3A34DB;
}
</style>
background-color css
<style>
a { background-color: #3A34DB; }
a { background-color: rgb(58,52,219); }
div.DivClassName
{
background-color: #3A34DB;
}
.BgClassName
{
background-color: #3A34DB;
}
</style>
border-color css
<style>
span { border-color: #3A34DB; }
span { border-color: rgb(58,52,219); }
td.TdClassName
{
border-color: #3A34DB;
}
.TagClassName
{
border-color: #3A34DB;
}
</style>