Shades of Free Speech Blue #3A4DCE
Tints of Free Speech Blue #3A4DCE
RGB
CMYK
RGB Variations
Color information
#3A4DCE (or 0x3A4DCE) is known color: Free Speech Blue. HEX triplet: 3A, 4D and CE. RGB value is (58,77,206). Sum of RGB (Red+Green+Blue) = 58+77+206=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A4DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DCE is #C5B231. Grayscale: #555555. Windows color (decimal): -12956210 or 13520186. OLE color: 13520186.
HSL color Cylindrical-coordinate representation of color #3A4DCE: hue angle of 232.3º degrees, saturation: 0.6, 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 #3A4DCE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 77 | 206 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.19 |
| HSL | 232.3º | 0.6% | 0.52% | - |
| HSV(B) | 232.3º | 0.72% | 0.81% | - |
| XYZ | 15.54 | 10.66 | 59.63 | - |
| YUV | 86.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 206 | 0.72 | 0.63 | 0 | 0.19 | 232.3 | 0.6 | 0.52 |
| Hex | 3A | 4D | CE | 48 | 3F | 0 | 13 | E8 | 3C | 34 |
| Octal | 72 | 115 | 316 | 110 | 77 | 0 | 23 | 350 | 74 | 64 |
| Binary | 111010 | 1001101 | 11001110 | 1001000 | 111111 | 0 | 10011 | 11101000 | 111100 | 110100 |
Color Harmonies of #3A4DCE
Complementary color
Monochromatic Colors of #3A4DCE
Black with #3A4DCE
Text Example
Text Example
White with #3A4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DCE; }
p { color: rgb(58,77,206); }
H1.HeaderClassName
{
color: #3A4DCE;
}
.AnyTagClassName
{
color: #3A4DCE;
}
</style>
background-color css
<style>
a { background-color: #3A4DCE; }
a { background-color: rgb(58,77,206); }
div.DivClassName
{
background-color: #3A4DCE;
}
.BgClassName
{
background-color: #3A4DCE;
}
</style>
border-color css
<style>
span { border-color: #3A4DCE; }
span { border-color: rgb(58,77,206); }
td.TdClassName
{
border-color: #3A4DCE;
}
.TagClassName
{
border-color: #3A4DCE;
}
</style>