Shades of Free Speech Blue #3837D6
Tints of Free Speech Blue #3837D6
RGB
CMYK
RGB Variations
Color information
#3837D6 (or 0x3837D6) is known color: Free Speech Blue. HEX triplet: 38, 37 and D6. RGB value is (56,55,214). Sum of RGB (Red+Green+Blue) = 56+55+214=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #3837D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3837D6 is #C7C829. Grayscale: #484848. Windows color (decimal): -13092906 or 14038840. OLE color: 14038840.
HSL color Cylindrical-coordinate representation of color #3837D6: hue angle of 240.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3837D6 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 55 | 214 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.16 |
| HSL | 240.38º | 0.66% | 0.53% | - |
| HSV(B) | 240.38º | 0.74% | 0.84% | - |
| XYZ | 15.13 | 8.43 | 64.45 | - |
| YUV | 73.43 | 207.33 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 214 | 0.74 | 0.74 | 0 | 0.16 | 240.38 | 0.66 | 0.53 |
| Hex | 38 | 37 | D6 | 4A | 4A | 0 | 10 | F0 | 42 | 35 |
| Octal | 70 | 67 | 326 | 112 | 112 | 0 | 20 | 360 | 102 | 65 |
| Binary | 111000 | 110111 | 11010110 | 1001010 | 1001010 | 0 | 10000 | 11110000 | 1000010 | 110101 |
Color Harmonies of #3837D6
Complementary color
Monochromatic Colors of #3837D6
Black with #3837D6
Text Example
Text Example
White with #3837D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837D6; }
p { color: rgb(56,55,214); }
H1.HeaderClassName
{
color: #3837D6;
}
.AnyTagClassName
{
color: #3837D6;
}
</style>
background-color css
<style>
a { background-color: #3837D6; }
a { background-color: rgb(56,55,214); }
div.DivClassName
{
background-color: #3837D6;
}
.BgClassName
{
background-color: #3837D6;
}
</style>
border-color css
<style>
span { border-color: #3837D6; }
span { border-color: rgb(56,55,214); }
td.TdClassName
{
border-color: #3837D6;
}
.TagClassName
{
border-color: #3837D6;
}
</style>