Shades of Free Speech Blue #3846DB
Tints of Free Speech Blue #3846DB
RGB
CMYK
RGB Variations
Color information
#3846DB (or 0x3846DB) is known color: Free Speech Blue. HEX triplet: 38, 46 and DB. RGB value is (56,70,219). Sum of RGB (Red+Green+Blue) = 56+70+219=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #3846DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3846DB is #C7B924. Grayscale: #525252. Windows color (decimal): -13089061 or 14370360. OLE color: 14370360.
HSL color Cylindrical-coordinate representation of color #3846DB: hue angle of 234.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3846DB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 70 | 219 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.14 |
| HSL | 234.85º | 0.69% | 0.54% | - |
| HSV(B) | 234.85º | 0.74% | 0.86% | - |
| XYZ | 16.61 | 10.34 | 68.14 | - |
| YUV | 82.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 219 | 0.74 | 0.68 | 0 | 0.14 | 234.85 | 0.69 | 0.54 |
| Hex | 38 | 46 | DB | 4A | 44 | 0 | E | EB | 45 | 36 |
| Octal | 70 | 106 | 333 | 112 | 104 | 0 | 16 | 353 | 105 | 66 |
| Binary | 111000 | 1000110 | 11011011 | 1001010 | 1000100 | 0 | 1110 | 11101011 | 1000101 | 110110 |
Color Harmonies of #3846DB
Complementary color
Monochromatic Colors of #3846DB
Black with #3846DB
Text Example
Text Example
White with #3846DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3846DB; }
p { color: rgb(56,70,219); }
H1.HeaderClassName
{
color: #3846DB;
}
.AnyTagClassName
{
color: #3846DB;
}
</style>
background-color css
<style>
a { background-color: #3846DB; }
a { background-color: rgb(56,70,219); }
div.DivClassName
{
background-color: #3846DB;
}
.BgClassName
{
background-color: #3846DB;
}
</style>
border-color css
<style>
span { border-color: #3846DB; }
span { border-color: rgb(56,70,219); }
td.TdClassName
{
border-color: #3846DB;
}
.TagClassName
{
border-color: #3846DB;
}
</style>