Shades of Free Speech Blue #3044DB
Tints of Free Speech Blue #3044DB
RGB
CMYK
RGB Variations
Color information
#3044DB (or 0x3044DB) is known color: Free Speech Blue. HEX triplet: 30, 44 and DB. RGB value is (48,68,219). Sum of RGB (Red+Green+Blue) = 48+68+219=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3044DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044DB is #CFBB24. Grayscale: #4E4E4E. Windows color (decimal): -13613861 or 14369840. OLE color: 14369840.
HSL color Cylindrical-coordinate representation of color #3044DB: hue angle of 232.98º 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 #3044DB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 68 | 219 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.14 |
| HSL | 232.98º | 0.7% | 0.52% | - |
| HSV(B) | 232.98º | 0.78% | 0.86% | - |
| XYZ | 16.07 | 9.88 | 68.08 | - |
| YUV | 79.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 219 | 0.78 | 0.69 | 0 | 0.14 | 232.98 | 0.7 | 0.52 |
| Hex | 30 | 44 | DB | 4E | 45 | 0 | E | E9 | 46 | 34 |
| Octal | 60 | 104 | 333 | 116 | 105 | 0 | 16 | 351 | 106 | 64 |
| Binary | 110000 | 1000100 | 11011011 | 1001110 | 1000101 | 0 | 1110 | 11101001 | 1000110 | 110100 |
Color Harmonies of #3044DB
Complementary color
Monochromatic Colors of #3044DB
Black with #3044DB
Text Example
Text Example
White with #3044DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3044DB; }
p { color: rgb(48,68,219); }
H1.HeaderClassName
{
color: #3044DB;
}
.AnyTagClassName
{
color: #3044DB;
}
</style>
background-color css
<style>
a { background-color: #3044DB; }
a { background-color: rgb(48,68,219); }
div.DivClassName
{
background-color: #3044DB;
}
.BgClassName
{
background-color: #3044DB;
}
</style>
border-color css
<style>
span { border-color: #3044DB; }
span { border-color: rgb(48,68,219); }
td.TdClassName
{
border-color: #3044DB;
}
.TagClassName
{
border-color: #3044DB;
}
</style>