Shades of Free Speech Blue #413ACD
Tints of Free Speech Blue #413ACD
RGB
CMYK
RGB Variations
Color information
#413ACD (or 0x413ACD) is known color: Free Speech Blue. HEX triplet: 41, 3A and CD. RGB value is (65,58,205). Sum of RGB (Red+Green+Blue) = 65+58+205=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #413ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ACD is #BEC532. Grayscale: #4C4C4C. Windows color (decimal): -12502323 or 13449793. OLE color: 13449793.
HSL color Cylindrical-coordinate representation of color #413ACD: hue angle of 242.86º 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 #413ACD is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 58 | 205 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.20 |
| HSL | 242.86º | 0.6% | 0.52% | - |
| HSV(B) | 242.86º | 0.72% | 0.8% | - |
| XYZ | 14.71 | 8.56 | 58.63 | - |
| YUV | 76.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 205 | 0.68 | 0.72 | 0 | 0.20 | 242.86 | 0.6 | 0.52 |
| Hex | 41 | 3A | CD | 44 | 48 | 0 | 14 | F3 | 3C | 34 |
| Octal | 101 | 72 | 315 | 104 | 110 | 0 | 24 | 363 | 74 | 64 |
| Binary | 1000001 | 111010 | 11001101 | 1000100 | 1001000 | 0 | 10100 | 11110011 | 111100 | 110100 |
Color Harmonies of #413ACD
Complementary color
Monochromatic Colors of #413ACD
Black with #413ACD
Text Example
Text Example
White with #413ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ACD; }
p { color: rgb(65,58,205); }
H1.HeaderClassName
{
color: #413ACD;
}
.AnyTagClassName
{
color: #413ACD;
}
</style>
background-color css
<style>
a { background-color: #413ACD; }
a { background-color: rgb(65,58,205); }
div.DivClassName
{
background-color: #413ACD;
}
.BgClassName
{
background-color: #413ACD;
}
</style>
border-color css
<style>
span { border-color: #413ACD; }
span { border-color: rgb(65,58,205); }
td.TdClassName
{
border-color: #413ACD;
}
.TagClassName
{
border-color: #413ACD;
}
</style>