Shades of Free Speech Blue #3839DB
Tints of Free Speech Blue #3839DB
RGB
CMYK
RGB Variations
Color information
#3839DB (or 0x3839DB) is known color: Free Speech Blue. HEX triplet: 38, 39 and DB. RGB value is (56,57,219). Sum of RGB (Red+Green+Blue) = 56+57+219=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #3839DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3839DB is #C7C624. Grayscale: #4A4A4A. Windows color (decimal): -13092389 or 14367032. OLE color: 14367032.
HSL color Cylindrical-coordinate representation of color #3839DB: hue angle of 239.63º 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 #3839DB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 57 | 219 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.14 |
| HSL | 239.63º | 0.69% | 0.54% | - |
| HSV(B) | 239.63º | 0.74% | 0.86% | - |
| XYZ | 15.88 | 8.88 | 67.9 | - |
| YUV | 75.17 | 209.17 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 219 | 0.74 | 0.74 | 0 | 0.14 | 239.63 | 0.69 | 0.54 |
| Hex | 38 | 39 | DB | 4A | 4A | 0 | E | F0 | 45 | 36 |
| Octal | 70 | 71 | 333 | 112 | 112 | 0 | 16 | 360 | 105 | 66 |
| Binary | 111000 | 111001 | 11011011 | 1001010 | 1001010 | 0 | 1110 | 11110000 | 1000101 | 110110 |
Color Harmonies of #3839DB
Complementary color
Monochromatic Colors of #3839DB
Black with #3839DB
Text Example
Text Example
White with #3839DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3839DB; }
p { color: rgb(56,57,219); }
H1.HeaderClassName
{
color: #3839DB;
}
.AnyTagClassName
{
color: #3839DB;
}
</style>
background-color css
<style>
a { background-color: #3839DB; }
a { background-color: rgb(56,57,219); }
div.DivClassName
{
background-color: #3839DB;
}
.BgClassName
{
background-color: #3839DB;
}
</style>
border-color css
<style>
span { border-color: #3839DB; }
span { border-color: rgb(56,57,219); }
td.TdClassName
{
border-color: #3839DB;
}
.TagClassName
{
border-color: #3839DB;
}
</style>