Shades of Free Speech Blue #3A3FCD
Tints of Free Speech Blue #3A3FCD
RGB
CMYK
RGB Variations
Color information
#3A3FCD (or 0x3A3FCD) is known color: Free Speech Blue. HEX triplet: 3A, 3F and CD. RGB value is (58,63,205). Sum of RGB (Red+Green+Blue) = 58+63+205=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3FCD is #C5C032. Grayscale: #4D4D4D. Windows color (decimal): -12959795 or 13451066. OLE color: 13451066.
HSL color Cylindrical-coordinate representation of color #3A3FCD: hue angle of 237.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A3FCD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 63 | 205 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.20 |
| HSL | 237.96º | 0.6% | 0.52% | - |
| HSV(B) | 237.96º | 0.72% | 0.8% | - |
| XYZ | 14.54 | 8.86 | 58.7 | - |
| YUV | 77.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 205 | 0.72 | 0.69 | 0 | 0.20 | 237.96 | 0.6 | 0.52 |
| Hex | 3A | 3F | CD | 48 | 45 | 0 | 14 | EE | 3C | 34 |
| Octal | 72 | 77 | 315 | 110 | 105 | 0 | 24 | 356 | 74 | 64 |
| Binary | 111010 | 111111 | 11001101 | 1001000 | 1000101 | 0 | 10100 | 11101110 | 111100 | 110100 |
Color Harmonies of #3A3FCD
Complementary color
Monochromatic Colors of #3A3FCD
Black with #3A3FCD
Text Example
Text Example
White with #3A3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3FCD; }
p { color: rgb(58,63,205); }
H1.HeaderClassName
{
color: #3A3FCD;
}
.AnyTagClassName
{
color: #3A3FCD;
}
</style>
background-color css
<style>
a { background-color: #3A3FCD; }
a { background-color: rgb(58,63,205); }
div.DivClassName
{
background-color: #3A3FCD;
}
.BgClassName
{
background-color: #3A3FCD;
}
</style>
border-color css
<style>
span { border-color: #3A3FCD; }
span { border-color: rgb(58,63,205); }
td.TdClassName
{
border-color: #3A3FCD;
}
.TagClassName
{
border-color: #3A3FCD;
}
</style>