Shades of Free Speech Blue #3A3ACF
Tints of Free Speech Blue #3A3ACF
RGB
CMYK
RGB Variations
Color information
#3A3ACF (or 0x3A3ACF) is known color: Free Speech Blue. HEX triplet: 3A, 3A and CF. RGB value is (58,58,207). Sum of RGB (Red+Green+Blue) = 58+58+207=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3ACF is #C5C530. Grayscale: #4A4A4A. Windows color (decimal): -12961073 or 13580858. OLE color: 13580858.
HSL color Cylindrical-coordinate representation of color #3A3ACF: hue angle of 240º 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 #3A3ACF is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 58 | 207 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.19 |
| HSL | 240º | 0.61% | 0.52% | - |
| HSV(B) | 240º | 0.72% | 0.81% | - |
| XYZ | 14.52 | 8.43 | 59.89 | - |
| YUV | 74.99 | 202.5 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 207 | 0.72 | 0.72 | 0 | 0.19 | 240 | 0.61 | 0.52 |
| Hex | 3A | 3A | CF | 48 | 48 | 0 | 13 | F0 | 3D | 34 |
| Octal | 72 | 72 | 317 | 110 | 110 | 0 | 23 | 360 | 75 | 64 |
| Binary | 111010 | 111010 | 11001111 | 1001000 | 1001000 | 0 | 10011 | 11110000 | 111101 | 110100 |
Color Harmonies of #3A3ACF
Complementary color
Monochromatic Colors of #3A3ACF
Black with #3A3ACF
Text Example
Text Example
White with #3A3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3ACF; }
p { color: rgb(58,58,207); }
H1.HeaderClassName
{
color: #3A3ACF;
}
.AnyTagClassName
{
color: #3A3ACF;
}
</style>
background-color css
<style>
a { background-color: #3A3ACF; }
a { background-color: rgb(58,58,207); }
div.DivClassName
{
background-color: #3A3ACF;
}
.BgClassName
{
background-color: #3A3ACF;
}
</style>
border-color css
<style>
span { border-color: #3A3ACF; }
span { border-color: rgb(58,58,207); }
td.TdClassName
{
border-color: #3A3ACF;
}
.TagClassName
{
border-color: #3A3ACF;
}
</style>