Shades of Free Speech Blue #3A3DB9
Tints of Free Speech Blue #3A3DB9
RGB
CMYK
RGB Variations
Color information
#3A3DB9 (or 0x3A3DB9) is known color: Free Speech Blue. HEX triplet: 3A, 3D and B9. RGB value is (58,61,185). Sum of RGB (Red+Green+Blue) = 58+61+185=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A3DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3DB9 is #C5C246. Grayscale: #494949. Windows color (decimal): -12960327 or 12139834. OLE color: 12139834.
HSL color Cylindrical-coordinate representation of color #3A3DB9: hue angle of 238.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A3DB9 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 61 | 185 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.27 |
| HSL | 238.58º | 0.52% | 0.48% | - |
| HSV(B) | 238.58º | 0.69% | 0.73% | - |
| XYZ | 12.17 | 7.74 | 46.75 | - |
| YUV | 74.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 185 | 0.69 | 0.67 | 0 | 0.27 | 238.58 | 0.52 | 0.48 |
| Hex | 3A | 3D | B9 | 45 | 43 | 0 | 1B | EF | 34 | 30 |
| Octal | 72 | 75 | 271 | 105 | 103 | 0 | 33 | 357 | 64 | 60 |
| Binary | 111010 | 111101 | 10111001 | 1000101 | 1000011 | 0 | 11011 | 11101111 | 110100 | 110000 |
Color Harmonies of #3A3DB9
Complementary color
Monochromatic Colors of #3A3DB9
Black with #3A3DB9
Text Example
Text Example
White with #3A3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3DB9; }
p { color: rgb(58,61,185); }
H1.HeaderClassName
{
color: #3A3DB9;
}
.AnyTagClassName
{
color: #3A3DB9;
}
</style>
background-color css
<style>
a { background-color: #3A3DB9; }
a { background-color: rgb(58,61,185); }
div.DivClassName
{
background-color: #3A3DB9;
}
.BgClassName
{
background-color: #3A3DB9;
}
</style>
border-color css
<style>
span { border-color: #3A3DB9; }
span { border-color: rgb(58,61,185); }
td.TdClassName
{
border-color: #3A3DB9;
}
.TagClassName
{
border-color: #3A3DB9;
}
</style>