Shades of Free Speech Blue #3A37DC
Tints of Free Speech Blue #3A37DC
RGB
CMYK
RGB Variations
Color information
#3A37DC (or 0x3A37DC) is known color: Free Speech Blue. HEX triplet: 3A, 37 and DC. RGB value is (58,55,220). Sum of RGB (Red+Green+Blue) = 58+55+220=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A37DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37DC is #C5C823. Grayscale: #4A4A4A. Windows color (decimal): -12961828 or 14432058. OLE color: 14432058.
HSL color Cylindrical-coordinate representation of color #3A37DC: hue angle of 241.09º 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 #3A37DC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 55 | 220 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.14 |
| HSL | 241.09º | 0.7% | 0.54% | - |
| HSV(B) | 241.09º | 0.75% | 0.86% | - |
| XYZ | 16.03 | 8.8 | 68.56 | - |
| YUV | 74.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 220 | 0.74 | 0.75 | 0 | 0.14 | 241.09 | 0.7 | 0.54 |
| Hex | 3A | 37 | DC | 4A | 4B | 0 | E | F1 | 46 | 36 |
| Octal | 72 | 67 | 334 | 112 | 113 | 0 | 16 | 361 | 106 | 66 |
| Binary | 111010 | 110111 | 11011100 | 1001010 | 1001011 | 0 | 1110 | 11110001 | 1000110 | 110110 |
Color Harmonies of #3A37DC
Complementary color
Monochromatic Colors of #3A37DC
Black with #3A37DC
Text Example
Text Example
White with #3A37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A37DC; }
p { color: rgb(58,55,220); }
H1.HeaderClassName
{
color: #3A37DC;
}
.AnyTagClassName
{
color: #3A37DC;
}
</style>
background-color css
<style>
a { background-color: #3A37DC; }
a { background-color: rgb(58,55,220); }
div.DivClassName
{
background-color: #3A37DC;
}
.BgClassName
{
background-color: #3A37DC;
}
</style>
border-color css
<style>
span { border-color: #3A37DC; }
span { border-color: rgb(58,55,220); }
td.TdClassName
{
border-color: #3A37DC;
}
.TagClassName
{
border-color: #3A37DC;
}
</style>