Shades of Free Speech Blue #3A4CE0
Tints of Free Speech Blue #3A4CE0
RGB
CMYK
RGB Variations
Color information
#3A4CE0 (or 0x3A4CE0) is known color: Free Speech Blue. HEX triplet: 3A, 4C and E0. RGB value is (58,76,224). Sum of RGB (Red+Green+Blue) = 58+76+224=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A4CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4CE0 is #C5B31F. Grayscale: #565656. Windows color (decimal): -12956448 or 14699578. OLE color: 14699578.
HSL color Cylindrical-coordinate representation of color #3A4CE0: hue angle of 233.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4CE0 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 76 | 224 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.12 |
| HSL | 233.49º | 0.73% | 0.55% | - |
| HSV(B) | 233.49º | 0.74% | 0.88% | - |
| XYZ | 17.78 | 11.45 | 71.79 | - |
| YUV | 87.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 224 | 0.74 | 0.66 | 0 | 0.12 | 233.49 | 0.73 | 0.55 |
| Hex | 3A | 4C | E0 | 4A | 42 | 0 | C | E9 | 49 | 37 |
| Octal | 72 | 114 | 340 | 112 | 102 | 0 | 14 | 351 | 111 | 67 |
| Binary | 111010 | 1001100 | 11100000 | 1001010 | 1000010 | 0 | 1100 | 11101001 | 1001001 | 110111 |
Color Harmonies of #3A4CE0
Complementary color
Monochromatic Colors of #3A4CE0
Black with #3A4CE0
Text Example
Text Example
White with #3A4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CE0; }
p { color: rgb(58,76,224); }
H1.HeaderClassName
{
color: #3A4CE0;
}
.AnyTagClassName
{
color: #3A4CE0;
}
</style>
background-color css
<style>
a { background-color: #3A4CE0; }
a { background-color: rgb(58,76,224); }
div.DivClassName
{
background-color: #3A4CE0;
}
.BgClassName
{
background-color: #3A4CE0;
}
</style>
border-color css
<style>
span { border-color: #3A4CE0; }
span { border-color: rgb(58,76,224); }
td.TdClassName
{
border-color: #3A4CE0;
}
.TagClassName
{
border-color: #3A4CE0;
}
</style>