Shades of Free Speech Blue #3A4ECF
Tints of Free Speech Blue #3A4ECF
RGB
CMYK
RGB Variations
Color information
#3A4ECF (or 0x3A4ECF) is known color: Free Speech Blue. HEX triplet: 3A, 4E and CF. RGB value is (58,78,207). Sum of RGB (Red+Green+Blue) = 58+78+207=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4ECF is #C5B130. Grayscale: #565656. Windows color (decimal): -12955953 or 13585978. OLE color: 13585978.
HSL color Cylindrical-coordinate representation of color #3A4ECF: hue angle of 231.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4ECF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 78 | 207 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.19 |
| HSL | 231.95º | 0.61% | 0.52% | - |
| HSV(B) | 231.95º | 0.72% | 0.81% | - |
| XYZ | 15.73 | 10.85 | 60.3 | - |
| YUV | 86.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 207 | 0.72 | 0.62 | 0 | 0.19 | 231.95 | 0.61 | 0.52 |
| Hex | 3A | 4E | CF | 48 | 3E | 0 | 13 | E8 | 3D | 34 |
| Octal | 72 | 116 | 317 | 110 | 76 | 0 | 23 | 350 | 75 | 64 |
| Binary | 111010 | 1001110 | 11001111 | 1001000 | 111110 | 0 | 10011 | 11101000 | 111101 | 110100 |
Color Harmonies of #3A4ECF
Complementary color
Monochromatic Colors of #3A4ECF
Black with #3A4ECF
Text Example
Text Example
White with #3A4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4ECF; }
p { color: rgb(58,78,207); }
H1.HeaderClassName
{
color: #3A4ECF;
}
.AnyTagClassName
{
color: #3A4ECF;
}
</style>
background-color css
<style>
a { background-color: #3A4ECF; }
a { background-color: rgb(58,78,207); }
div.DivClassName
{
background-color: #3A4ECF;
}
.BgClassName
{
background-color: #3A4ECF;
}
</style>
border-color css
<style>
span { border-color: #3A4ECF; }
span { border-color: rgb(58,78,207); }
td.TdClassName
{
border-color: #3A4ECF;
}
.TagClassName
{
border-color: #3A4ECF;
}
</style>