Shades of Free Speech Blue #3A52CF
Tints of Free Speech Blue #3A52CF
RGB
CMYK
RGB Variations
Color information
#3A52CF (or 0x3A52CF) is known color: Free Speech Blue. HEX triplet: 3A, 52 and CF. RGB value is (58,82,207). Sum of RGB (Red+Green+Blue) = 58+82+207=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A52CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52CF is #C5AD30. Grayscale: #585858. Windows color (decimal): -12954929 or 13587002. OLE color: 13587002.
HSL color Cylindrical-coordinate representation of color #3A52CF: hue angle of 230.34º 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 #3A52CF is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 82 | 207 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.19 |
| HSL | 230.34º | 0.61% | 0.52% | - |
| HSV(B) | 230.34º | 0.72% | 0.81% | - |
| XYZ | 16.02 | 11.44 | 60.39 | - |
| YUV | 89.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 207 | 0.72 | 0.60 | 0 | 0.19 | 230.34 | 0.61 | 0.52 |
| Hex | 3A | 52 | CF | 48 | 3C | 0 | 13 | E6 | 3D | 34 |
| Octal | 72 | 122 | 317 | 110 | 74 | 0 | 23 | 346 | 75 | 64 |
| Binary | 111010 | 1010010 | 11001111 | 1001000 | 111100 | 0 | 10011 | 11100110 | 111101 | 110100 |
Color Harmonies of #3A52CF
Complementary color
Monochromatic Colors of #3A52CF
Black with #3A52CF
Text Example
Text Example
White with #3A52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52CF; }
p { color: rgb(58,82,207); }
H1.HeaderClassName
{
color: #3A52CF;
}
.AnyTagClassName
{
color: #3A52CF;
}
</style>
background-color css
<style>
a { background-color: #3A52CF; }
a { background-color: rgb(58,82,207); }
div.DivClassName
{
background-color: #3A52CF;
}
.BgClassName
{
background-color: #3A52CF;
}
</style>
border-color css
<style>
span { border-color: #3A52CF; }
span { border-color: rgb(58,82,207); }
td.TdClassName
{
border-color: #3A52CF;
}
.TagClassName
{
border-color: #3A52CF;
}
</style>