Shades of Free Speech Blue #3E58CA
Tints of Free Speech Blue #3E58CA
RGB
CMYK
RGB Variations
Color information
#3E58CA (or 0x3E58CA) is known color: Free Speech Blue. HEX triplet: 3E, 58 and CA. RGB value is (62,88,202). Sum of RGB (Red+Green+Blue) = 62+88+202=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E58CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58CA is #C1A735. Grayscale: #5C5C5C. Windows color (decimal): -12691254 or 13260862. OLE color: 13260862.
HSL color Cylindrical-coordinate representation of color #3E58CA: hue angle of 228.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E58CA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 88 | 202 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.21 |
| HSL | 228.86º | 0.57% | 0.52% | - |
| HSV(B) | 228.86º | 0.69% | 0.79% | - |
| XYZ | 16.14 | 12.27 | 57.39 | - |
| YUV | 93.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 202 | 0.69 | 0.56 | 0 | 0.21 | 228.86 | 0.57 | 0.52 |
| Hex | 3E | 58 | CA | 45 | 38 | 0 | 15 | E5 | 39 | 34 |
| Octal | 76 | 130 | 312 | 105 | 70 | 0 | 25 | 345 | 71 | 64 |
| Binary | 111110 | 1011000 | 11001010 | 1000101 | 111000 | 0 | 10101 | 11100101 | 111001 | 110100 |
Color Harmonies of #3E58CA
Complementary color
Monochromatic Colors of #3E58CA
Black with #3E58CA
Text Example
Text Example
White with #3E58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E58CA; }
p { color: rgb(62,88,202); }
H1.HeaderClassName
{
color: #3E58CA;
}
.AnyTagClassName
{
color: #3E58CA;
}
</style>
background-color css
<style>
a { background-color: #3E58CA; }
a { background-color: rgb(62,88,202); }
div.DivClassName
{
background-color: #3E58CA;
}
.BgClassName
{
background-color: #3E58CA;
}
</style>
border-color css
<style>
span { border-color: #3E58CA; }
span { border-color: rgb(62,88,202); }
td.TdClassName
{
border-color: #3E58CA;
}
.TagClassName
{
border-color: #3E58CA;
}
</style>