Shades of Free Speech Blue #3A3ECB
Tints of Free Speech Blue #3A3ECB
RGB
CMYK
RGB Variations
Color information
#3A3ECB (or 0x3A3ECB) is known color: Free Speech Blue. HEX triplet: 3A, 3E and CB. RGB value is (58,62,203). Sum of RGB (Red+Green+Blue) = 58+62+203=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3ECB is #C5C134. Grayscale: #4C4C4C. Windows color (decimal): -12960053 or 13319738. OLE color: 13319738.
HSL color Cylindrical-coordinate representation of color #3A3ECB: hue angle of 238.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A3ECB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 62 | 203 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.20 |
| HSL | 238.34º | 0.58% | 0.51% | - |
| HSV(B) | 238.34º | 0.71% | 0.8% | - |
| XYZ | 14.25 | 8.66 | 57.42 | - |
| YUV | 76.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 203 | 0.71 | 0.69 | 0 | 0.20 | 238.34 | 0.58 | 0.51 |
| Hex | 3A | 3E | CB | 47 | 45 | 0 | 14 | EE | 3A | 33 |
| Octal | 72 | 76 | 313 | 107 | 105 | 0 | 24 | 356 | 72 | 63 |
| Binary | 111010 | 111110 | 11001011 | 1000111 | 1000101 | 0 | 10100 | 11101110 | 111010 | 110011 |
Color Harmonies of #3A3ECB
Complementary color
Monochromatic Colors of #3A3ECB
Black with #3A3ECB
Text Example
Text Example
White with #3A3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3ECB; }
p { color: rgb(58,62,203); }
H1.HeaderClassName
{
color: #3A3ECB;
}
.AnyTagClassName
{
color: #3A3ECB;
}
</style>
background-color css
<style>
a { background-color: #3A3ECB; }
a { background-color: rgb(58,62,203); }
div.DivClassName
{
background-color: #3A3ECB;
}
.BgClassName
{
background-color: #3A3ECB;
}
</style>
border-color css
<style>
span { border-color: #3A3ECB; }
span { border-color: rgb(58,62,203); }
td.TdClassName
{
border-color: #3A3ECB;
}
.TagClassName
{
border-color: #3A3ECB;
}
</style>