Shades of Free Speech Blue #3052DB
Tints of Free Speech Blue #3052DB
RGB
CMYK
RGB Variations
Color information
#3052DB (or 0x3052DB) is known color: Free Speech Blue. HEX triplet: 30, 52 and DB. RGB value is (48,82,219). Sum of RGB (Red+Green+Blue) = 48+82+219=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #3052DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052DB is #CFAD24. Grayscale: #565656. Windows color (decimal): -13610277 or 14373424. OLE color: 14373424.
HSL color Cylindrical-coordinate representation of color #3052DB: hue angle of 228.07º 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 #3052DB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 82 | 219 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.14 |
| HSL | 228.07º | 0.7% | 0.52% | - |
| HSV(B) | 228.07º | 0.78% | 0.86% | - |
| XYZ | 17.02 | 11.78 | 68.39 | - |
| YUV | 87.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 219 | 0.78 | 0.63 | 0 | 0.14 | 228.07 | 0.7 | 0.52 |
| Hex | 30 | 52 | DB | 4E | 3F | 0 | E | E4 | 46 | 34 |
| Octal | 60 | 122 | 333 | 116 | 77 | 0 | 16 | 344 | 106 | 64 |
| Binary | 110000 | 1010010 | 11011011 | 1001110 | 111111 | 0 | 1110 | 11100100 | 1000110 | 110100 |
Color Harmonies of #3052DB
Complementary color
Monochromatic Colors of #3052DB
Black with #3052DB
Text Example
Text Example
White with #3052DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3052DB; }
p { color: rgb(48,82,219); }
H1.HeaderClassName
{
color: #3052DB;
}
.AnyTagClassName
{
color: #3052DB;
}
</style>
background-color css
<style>
a { background-color: #3052DB; }
a { background-color: rgb(48,82,219); }
div.DivClassName
{
background-color: #3052DB;
}
.BgClassName
{
background-color: #3052DB;
}
</style>
border-color css
<style>
span { border-color: #3052DB; }
span { border-color: rgb(48,82,219); }
td.TdClassName
{
border-color: #3052DB;
}
.TagClassName
{
border-color: #3052DB;
}
</style>