Shades of Free Speech Blue #3837DF
Tints of Free Speech Blue #3837DF
RGB
CMYK
RGB Variations
Color information
#3837DF (or 0x3837DF) is known color: Free Speech Blue. HEX triplet: 38, 37 and DF. RGB value is (56,55,223). Sum of RGB (Red+Green+Blue) = 56+55+223=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #3837DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3837DF is #C7C820. Grayscale: #494949. Windows color (decimal): -13092897 or 14628664. OLE color: 14628664.
HSL color Cylindrical-coordinate representation of color #3837DF: hue angle of 240.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3837DF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 55 | 223 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.13 |
| HSL | 240.36º | 0.72% | 0.55% | - |
| HSV(B) | 240.36º | 0.75% | 0.87% | - |
| XYZ | 16.32 | 8.9 | 70.67 | - |
| YUV | 74.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 223 | 0.75 | 0.75 | 0 | 0.13 | 240.36 | 0.72 | 0.55 |
| Hex | 38 | 37 | DF | 4B | 4B | 0 | D | F0 | 48 | 37 |
| Octal | 70 | 67 | 337 | 113 | 113 | 0 | 15 | 360 | 110 | 67 |
| Binary | 111000 | 110111 | 11011111 | 1001011 | 1001011 | 0 | 1101 | 11110000 | 1001000 | 110111 |
Color Harmonies of #3837DF
Complementary color
Monochromatic Colors of #3837DF
Black with #3837DF
Text Example
Text Example
White with #3837DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837DF; }
p { color: rgb(56,55,223); }
H1.HeaderClassName
{
color: #3837DF;
}
.AnyTagClassName
{
color: #3837DF;
}
</style>
background-color css
<style>
a { background-color: #3837DF; }
a { background-color: rgb(56,55,223); }
div.DivClassName
{
background-color: #3837DF;
}
.BgClassName
{
background-color: #3837DF;
}
</style>
border-color css
<style>
span { border-color: #3837DF; }
span { border-color: rgb(56,55,223); }
td.TdClassName
{
border-color: #3837DF;
}
.TagClassName
{
border-color: #3837DF;
}
</style>