Shades of Free Speech Blue #3841DB
Tints of Free Speech Blue #3841DB
RGB
CMYK
RGB Variations
Color information
#3841DB (or 0x3841DB) is known color: Free Speech Blue. HEX triplet: 38, 41 and DB. RGB value is (56,65,219). Sum of RGB (Red+Green+Blue) = 56+65+219=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #3841DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841DB is #C7BE24. Grayscale: #4F4F4F. Windows color (decimal): -13090341 or 14369080. OLE color: 14369080.
HSL color Cylindrical-coordinate representation of color #3841DB: hue angle of 236.69º 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 #3841DB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 65 | 219 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.14 |
| HSL | 236.69º | 0.69% | 0.54% | - |
| HSV(B) | 236.69º | 0.74% | 0.86% | - |
| XYZ | 16.31 | 9.74 | 68.04 | - |
| YUV | 79.87 | 206.52 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 219 | 0.74 | 0.70 | 0 | 0.14 | 236.69 | 0.69 | 0.54 |
| Hex | 38 | 41 | DB | 4A | 46 | 0 | E | ED | 45 | 36 |
| Octal | 70 | 101 | 333 | 112 | 106 | 0 | 16 | 355 | 105 | 66 |
| Binary | 111000 | 1000001 | 11011011 | 1001010 | 1000110 | 0 | 1110 | 11101101 | 1000101 | 110110 |
Color Harmonies of #3841DB
Complementary color
Monochromatic Colors of #3841DB
Black with #3841DB
Text Example
Text Example
White with #3841DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841DB; }
p { color: rgb(56,65,219); }
H1.HeaderClassName
{
color: #3841DB;
}
.AnyTagClassName
{
color: #3841DB;
}
</style>
background-color css
<style>
a { background-color: #3841DB; }
a { background-color: rgb(56,65,219); }
div.DivClassName
{
background-color: #3841DB;
}
.BgClassName
{
background-color: #3841DB;
}
</style>
border-color css
<style>
span { border-color: #3841DB; }
span { border-color: rgb(56,65,219); }
td.TdClassName
{
border-color: #3841DB;
}
.TagClassName
{
border-color: #3841DB;
}
</style>