Shades of Free Speech Blue #3A52CE
Tints of Free Speech Blue #3A52CE
RGB
CMYK
RGB Variations
Color information
#3A52CE (or 0x3A52CE) is known color: Free Speech Blue. HEX triplet: 3A, 52 and CE. RGB value is (58,82,206). Sum of RGB (Red+Green+Blue) = 58+82+206=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A52CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52CE is #C5AD31. Grayscale: #585858. Windows color (decimal): -12954930 or 13521466. OLE color: 13521466.
HSL color Cylindrical-coordinate representation of color #3A52CE: hue angle of 230.27º 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 #3A52CE is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 82 | 206 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.19 |
| HSL | 230.27º | 0.6% | 0.52% | - |
| HSV(B) | 230.27º | 0.72% | 0.81% | - |
| XYZ | 15.9 | 11.39 | 59.75 | - |
| YUV | 88.96 | 194.05 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 206 | 0.72 | 0.60 | 0 | 0.19 | 230.27 | 0.6 | 0.52 |
| Hex | 3A | 52 | CE | 48 | 3C | 0 | 13 | E6 | 3C | 34 |
| Octal | 72 | 122 | 316 | 110 | 74 | 0 | 23 | 346 | 74 | 64 |
| Binary | 111010 | 1010010 | 11001110 | 1001000 | 111100 | 0 | 10011 | 11100110 | 111100 | 110100 |
Color Harmonies of #3A52CE
Complementary color
Monochromatic Colors of #3A52CE
Black with #3A52CE
Text Example
Text Example
White with #3A52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52CE; }
p { color: rgb(58,82,206); }
H1.HeaderClassName
{
color: #3A52CE;
}
.AnyTagClassName
{
color: #3A52CE;
}
</style>
background-color css
<style>
a { background-color: #3A52CE; }
a { background-color: rgb(58,82,206); }
div.DivClassName
{
background-color: #3A52CE;
}
.BgClassName
{
background-color: #3A52CE;
}
</style>
border-color css
<style>
span { border-color: #3A52CE; }
span { border-color: rgb(58,82,206); }
td.TdClassName
{
border-color: #3A52CE;
}
.TagClassName
{
border-color: #3A52CE;
}
</style>