Shades of Free Speech Blue #3153DB
Tints of Free Speech Blue #3153DB
RGB
CMYK
RGB Variations
Color information
#3153DB (or 0x3153DB) is known color: Free Speech Blue. HEX triplet: 31, 53 and DB. RGB value is (49,83,219). Sum of RGB (Red+Green+Blue) = 49+83+219=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #3153DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153DB is #CEAC24. Grayscale: #575757. Windows color (decimal): -13544485 or 14373681. OLE color: 14373681.
HSL color Cylindrical-coordinate representation of color #3153DB: hue angle of 228º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3153DB is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 83 | 219 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.14 |
| HSL | 228º | 0.7% | 0.53% | - |
| HSV(B) | 228º | 0.78% | 0.86% | - |
| XYZ | 17.15 | 11.95 | 68.42 | - |
| YUV | 88.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 219 | 0.78 | 0.62 | 0 | 0.14 | 228 | 0.7 | 0.53 |
| Hex | 31 | 53 | DB | 4E | 3E | 0 | E | E4 | 46 | 35 |
| Octal | 61 | 123 | 333 | 116 | 76 | 0 | 16 | 344 | 106 | 65 |
| Binary | 110001 | 1010011 | 11011011 | 1001110 | 111110 | 0 | 1110 | 11100100 | 1000110 | 110101 |
Color Harmonies of #3153DB
Complementary color
Monochromatic Colors of #3153DB
Black with #3153DB
Text Example
Text Example
White with #3153DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153DB; }
p { color: rgb(49,83,219); }
H1.HeaderClassName
{
color: #3153DB;
}
.AnyTagClassName
{
color: #3153DB;
}
</style>
background-color css
<style>
a { background-color: #3153DB; }
a { background-color: rgb(49,83,219); }
div.DivClassName
{
background-color: #3153DB;
}
.BgClassName
{
background-color: #3153DB;
}
</style>
border-color css
<style>
span { border-color: #3153DB; }
span { border-color: rgb(49,83,219); }
td.TdClassName
{
border-color: #3153DB;
}
.TagClassName
{
border-color: #3153DB;
}
</style>