Shades of Free Speech Blue #3836DF
Tints of Free Speech Blue #3836DF
RGB
CMYK
RGB Variations
Color information
#3836DF (or 0x3836DF) is known color: Free Speech Blue. HEX triplet: 38, 36 and DF. RGB value is (56,54,223). Sum of RGB (Red+Green+Blue) = 56+54+223=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #3836DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3836DF is #C7C920. Grayscale: #494949. Windows color (decimal): -13093153 or 14628408. OLE color: 14628408.
HSL color Cylindrical-coordinate representation of color #3836DF: hue angle of 240.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3836DF is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 54 | 223 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.13 |
| HSL | 240.71º | 0.73% | 0.54% | - |
| HSV(B) | 240.71º | 0.76% | 0.87% | - |
| XYZ | 16.27 | 8.81 | 70.65 | - |
| YUV | 73.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 223 | 0.75 | 0.76 | 0 | 0.13 | 240.71 | 0.73 | 0.54 |
| Hex | 38 | 36 | DF | 4B | 4C | 0 | D | F1 | 49 | 36 |
| Octal | 70 | 66 | 337 | 113 | 114 | 0 | 15 | 361 | 111 | 66 |
| Binary | 111000 | 110110 | 11011111 | 1001011 | 1001100 | 0 | 1101 | 11110001 | 1001001 | 110110 |
Color Harmonies of #3836DF
Complementary color
Monochromatic Colors of #3836DF
Black with #3836DF
Text Example
Text Example
White with #3836DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3836DF; }
p { color: rgb(56,54,223); }
H1.HeaderClassName
{
color: #3836DF;
}
.AnyTagClassName
{
color: #3836DF;
}
</style>
background-color css
<style>
a { background-color: #3836DF; }
a { background-color: rgb(56,54,223); }
div.DivClassName
{
background-color: #3836DF;
}
.BgClassName
{
background-color: #3836DF;
}
</style>
border-color css
<style>
span { border-color: #3836DF; }
span { border-color: rgb(56,54,223); }
td.TdClassName
{
border-color: #3836DF;
}
.TagClassName
{
border-color: #3836DF;
}
</style>