Shades of Free Speech Blue #3A5DCE
Tints of Free Speech Blue #3A5DCE
RGB
CMYK
RGB Variations
Color information
#3A5DCE (or 0x3A5DCE) is known color: Free Speech Blue. HEX triplet: 3A, 5D and CE. RGB value is (58,93,206). Sum of RGB (Red+Green+Blue) = 58+93+206=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5DCE is #C5A231. Grayscale: #5E5E5E. Windows color (decimal): -12952114 or 13524282. OLE color: 13524282.
HSL color Cylindrical-coordinate representation of color #3A5DCE: hue angle of 225.81º 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 #3A5DCE is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 93 | 206 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.19 |
| HSL | 225.81º | 0.6% | 0.52% | - |
| HSV(B) | 225.81º | 0.72% | 0.81% | - |
| XYZ | 16.8 | 13.18 | 60.05 | - |
| YUV | 95.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 206 | 0.72 | 0.55 | 0 | 0.19 | 225.81 | 0.6 | 0.52 |
| Hex | 3A | 5D | CE | 48 | 37 | 0 | 13 | E2 | 3C | 34 |
| Octal | 72 | 135 | 316 | 110 | 67 | 0 | 23 | 342 | 74 | 64 |
| Binary | 111010 | 1011101 | 11001110 | 1001000 | 110111 | 0 | 10011 | 11100010 | 111100 | 110100 |
Color Harmonies of #3A5DCE
Complementary color
Monochromatic Colors of #3A5DCE
Black with #3A5DCE
Text Example
Text Example
White with #3A5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DCE; }
p { color: rgb(58,93,206); }
H1.HeaderClassName
{
color: #3A5DCE;
}
.AnyTagClassName
{
color: #3A5DCE;
}
</style>
background-color css
<style>
a { background-color: #3A5DCE; }
a { background-color: rgb(58,93,206); }
div.DivClassName
{
background-color: #3A5DCE;
}
.BgClassName
{
background-color: #3A5DCE;
}
</style>
border-color css
<style>
span { border-color: #3A5DCE; }
span { border-color: rgb(58,93,206); }
td.TdClassName
{
border-color: #3A5DCE;
}
.TagClassName
{
border-color: #3A5DCE;
}
</style>