Shades of Free Speech Blue #3A30DB
Tints of Free Speech Blue #3A30DB
RGB
CMYK
RGB Variations
Color information
#3A30DB (or 0x3A30DB) is known color: Free Speech Blue. HEX triplet: 3A, 30 and DB. RGB value is (58,48,219). Sum of RGB (Red+Green+Blue) = 58+48+219=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30DB is #C5CF24. Grayscale: #454545. Windows color (decimal): -12963621 or 14364730. OLE color: 14364730.
HSL color Cylindrical-coordinate representation of color #3A30DB: hue angle of 243.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A30DB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 48 | 219 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.14 |
| HSL | 243.51º | 0.7% | 0.52% | - |
| HSV(B) | 243.51º | 0.78% | 0.86% | - |
| XYZ | 15.59 | 8.13 | 67.77 | - |
| YUV | 70.48 | 211.81 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 219 | 0.74 | 0.78 | 0 | 0.14 | 243.51 | 0.7 | 0.52 |
| Hex | 3A | 30 | DB | 4A | 4E | 0 | E | F4 | 46 | 34 |
| Octal | 72 | 60 | 333 | 112 | 116 | 0 | 16 | 364 | 106 | 64 |
| Binary | 111010 | 110000 | 11011011 | 1001010 | 1001110 | 0 | 1110 | 11110100 | 1000110 | 110100 |
Color Harmonies of #3A30DB
Complementary color
Monochromatic Colors of #3A30DB
Black with #3A30DB
Text Example
Text Example
White with #3A30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30DB; }
p { color: rgb(58,48,219); }
H1.HeaderClassName
{
color: #3A30DB;
}
.AnyTagClassName
{
color: #3A30DB;
}
</style>
background-color css
<style>
a { background-color: #3A30DB; }
a { background-color: rgb(58,48,219); }
div.DivClassName
{
background-color: #3A30DB;
}
.BgClassName
{
background-color: #3A30DB;
}
</style>
border-color css
<style>
span { border-color: #3A30DB; }
span { border-color: rgb(58,48,219); }
td.TdClassName
{
border-color: #3A30DB;
}
.TagClassName
{
border-color: #3A30DB;
}
</style>