Shades of Free Speech Blue #3836DB
Tints of Free Speech Blue #3836DB
RGB
CMYK
RGB Variations
Color information
#3836DB (or 0x3836DB) is known color: Free Speech Blue. HEX triplet: 38, 36 and DB. RGB value is (56,54,219). Sum of RGB (Red+Green+Blue) = 56+54+219=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #3836DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3836DB is #C7C924. Grayscale: #484848. Windows color (decimal): -13093157 or 14366264. OLE color: 14366264.
HSL color Cylindrical-coordinate representation of color #3836DB: hue angle of 240.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3836DB is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 54 | 219 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.14 |
| HSL | 240.73º | 0.7% | 0.54% | - |
| HSV(B) | 240.73º | 0.75% | 0.86% | - |
| XYZ | 15.74 | 8.59 | 67.85 | - |
| YUV | 73.41 | 210.16 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 219 | 0.74 | 0.75 | 0 | 0.14 | 240.73 | 0.7 | 0.54 |
| Hex | 38 | 36 | DB | 4A | 4B | 0 | E | F1 | 46 | 36 |
| Octal | 70 | 66 | 333 | 112 | 113 | 0 | 16 | 361 | 106 | 66 |
| Binary | 111000 | 110110 | 11011011 | 1001010 | 1001011 | 0 | 1110 | 11110001 | 1000110 | 110110 |
Color Harmonies of #3836DB
Complementary color
Monochromatic Colors of #3836DB
Black with #3836DB
Text Example
Text Example
White with #3836DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3836DB; }
p { color: rgb(56,54,219); }
H1.HeaderClassName
{
color: #3836DB;
}
.AnyTagClassName
{
color: #3836DB;
}
</style>
background-color css
<style>
a { background-color: #3836DB; }
a { background-color: rgb(56,54,219); }
div.DivClassName
{
background-color: #3836DB;
}
.BgClassName
{
background-color: #3836DB;
}
</style>
border-color css
<style>
span { border-color: #3836DB; }
span { border-color: rgb(56,54,219); }
td.TdClassName
{
border-color: #3836DB;
}
.TagClassName
{
border-color: #3836DB;
}
</style>