Shades of Free Speech Blue #3A37DA
Tints of Free Speech Blue #3A37DA
RGB
CMYK
RGB Variations
Color information
#3A37DA (or 0x3A37DA) is known color: Free Speech Blue. HEX triplet: 3A, 37 and DA. RGB value is (58,55,218). Sum of RGB (Red+Green+Blue) = 58+55+218=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A37DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37DA is #C5C825. Grayscale: #494949. Windows color (decimal): -12961830 or 14300986. OLE color: 14300986.
HSL color Cylindrical-coordinate representation of color #3A37DA: hue angle of 241.1º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A37DA is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 55 | 218 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.15 |
| HSL | 241.1º | 0.69% | 0.54% | - |
| HSV(B) | 241.1º | 0.75% | 0.85% | - |
| XYZ | 15.77 | 8.69 | 67.18 | - |
| YUV | 74.48 | 208.99 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 218 | 0.73 | 0.75 | 0 | 0.15 | 241.1 | 0.69 | 0.54 |
| Hex | 3A | 37 | DA | 49 | 4B | 0 | F | F1 | 45 | 36 |
| Octal | 72 | 67 | 332 | 111 | 113 | 0 | 17 | 361 | 105 | 66 |
| Binary | 111010 | 110111 | 11011010 | 1001001 | 1001011 | 0 | 1111 | 11110001 | 1000101 | 110110 |
Color Harmonies of #3A37DA
Complementary color
Monochromatic Colors of #3A37DA
Black with #3A37DA
Text Example
Text Example
White with #3A37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A37DA; }
p { color: rgb(58,55,218); }
H1.HeaderClassName
{
color: #3A37DA;
}
.AnyTagClassName
{
color: #3A37DA;
}
</style>
background-color css
<style>
a { background-color: #3A37DA; }
a { background-color: rgb(58,55,218); }
div.DivClassName
{
background-color: #3A37DA;
}
.BgClassName
{
background-color: #3A37DA;
}
</style>
border-color css
<style>
span { border-color: #3A37DA; }
span { border-color: rgb(58,55,218); }
td.TdClassName
{
border-color: #3A37DA;
}
.TagClassName
{
border-color: #3A37DA;
}
</style>