Shades of Free Speech Blue #3B3EAD
Tints of Free Speech Blue #3B3EAD
RGB
CMYK
RGB Variations
Color information
#3B3EAD (or 0x3B3EAD) is known color: Free Speech Blue. HEX triplet: 3B, 3E and AD. RGB value is (59,62,173). Sum of RGB (Red+Green+Blue) = 59+62+173=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B3EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3EAD is #C4C152. Grayscale: #494949. Windows color (decimal): -12894547 or 11353659. OLE color: 11353659.
HSL color Cylindrical-coordinate representation of color #3B3EAD: hue angle of 238.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3EAD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 62 | 173 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.32 |
| HSL | 238.42º | 0.49% | 0.45% | - |
| HSV(B) | 238.42º | 0.66% | 0.68% | - |
| XYZ | 11.07 | 7.39 | 40.38 | - |
| YUV | 73.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 173 | 0.66 | 0.64 | 0 | 0.32 | 238.42 | 0.49 | 0.45 |
| Hex | 3B | 3E | AD | 42 | 40 | 0 | 20 | EE | 31 | 2D |
| Octal | 73 | 76 | 255 | 102 | 100 | 0 | 40 | 356 | 61 | 55 |
| Binary | 111011 | 111110 | 10101101 | 1000010 | 1000000 | 0 | 100000 | 11101110 | 110001 | 101101 |
Color Harmonies of #3B3EAD
Complementary color
Monochromatic Colors of #3B3EAD
Black with #3B3EAD
Text Example
Text Example
White with #3B3EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3EAD; }
p { color: rgb(59,62,173); }
H1.HeaderClassName
{
color: #3B3EAD;
}
.AnyTagClassName
{
color: #3B3EAD;
}
</style>
background-color css
<style>
a { background-color: #3B3EAD; }
a { background-color: rgb(59,62,173); }
div.DivClassName
{
background-color: #3B3EAD;
}
.BgClassName
{
background-color: #3B3EAD;
}
</style>
border-color css
<style>
span { border-color: #3B3EAD; }
span { border-color: rgb(59,62,173); }
td.TdClassName
{
border-color: #3B3EAD;
}
.TagClassName
{
border-color: #3B3EAD;
}
</style>