Shades of Free Speech Blue #3844DB
Tints of Free Speech Blue #3844DB
RGB
CMYK
RGB Variations
Color information
#3844DB (or 0x3844DB) is known color: Free Speech Blue. HEX triplet: 38, 44 and DB. RGB value is (56,68,219). Sum of RGB (Red+Green+Blue) = 56+68+219=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #3844DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3844DB is #C7BB24. Grayscale: #515151. Windows color (decimal): -13089573 or 14369848. OLE color: 14369848.
HSL color Cylindrical-coordinate representation of color #3844DB: hue angle of 235.58º 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 #3844DB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 68 | 219 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.14 |
| HSL | 235.58º | 0.69% | 0.54% | - |
| HSV(B) | 235.58º | 0.74% | 0.86% | - |
| XYZ | 16.48 | 10.09 | 68.1 | - |
| YUV | 81.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 219 | 0.74 | 0.69 | 0 | 0.14 | 235.58 | 0.69 | 0.54 |
| Hex | 38 | 44 | DB | 4A | 45 | 0 | E | EC | 45 | 36 |
| Octal | 70 | 104 | 333 | 112 | 105 | 0 | 16 | 354 | 105 | 66 |
| Binary | 111000 | 1000100 | 11011011 | 1001010 | 1000101 | 0 | 1110 | 11101100 | 1000101 | 110110 |
Color Harmonies of #3844DB
Complementary color
Monochromatic Colors of #3844DB
Black with #3844DB
Text Example
Text Example
White with #3844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3844DB; }
p { color: rgb(56,68,219); }
H1.HeaderClassName
{
color: #3844DB;
}
.AnyTagClassName
{
color: #3844DB;
}
</style>
background-color css
<style>
a { background-color: #3844DB; }
a { background-color: rgb(56,68,219); }
div.DivClassName
{
background-color: #3844DB;
}
.BgClassName
{
background-color: #3844DB;
}
</style>
border-color css
<style>
span { border-color: #3844DB; }
span { border-color: rgb(56,68,219); }
td.TdClassName
{
border-color: #3844DB;
}
.TagClassName
{
border-color: #3844DB;
}
</style>