Shades of Free Speech Blue #413ACC
Tints of Free Speech Blue #413ACC
RGB
CMYK
RGB Variations
Color information
#413ACC (or 0x413ACC) is known color: Free Speech Blue. HEX triplet: 41, 3A and CC. RGB value is (65,58,204). Sum of RGB (Red+Green+Blue) = 65+58+204=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #413ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ACC is #BEC533. Grayscale: #4C4C4C. Windows color (decimal): -12502324 or 13384257. OLE color: 13384257.
HSL color Cylindrical-coordinate representation of color #413ACC: hue angle of 242.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413ACC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 58 | 204 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.2 |
| HSL | 242.88º | 0.59% | 0.51% | - |
| HSV(B) | 242.88º | 0.72% | 0.8% | - |
| XYZ | 14.59 | 8.51 | 58 | - |
| YUV | 76.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 204 | 0.68 | 0.72 | 0 | 0.2 | 242.88 | 0.59 | 0.51 |
| Hex | 41 | 3A | CC | 44 | 48 | 0 | 14 | F3 | 3B | 33 |
| Octal | 101 | 72 | 314 | 104 | 110 | 0 | 24 | 363 | 73 | 63 |
| Binary | 1000001 | 111010 | 11001100 | 1000100 | 1001000 | 0 | 10100 | 11110011 | 111011 | 110011 |
Color Harmonies of #413ACC
Complementary color
Monochromatic Colors of #413ACC
Black with #413ACC
Text Example
Text Example
White with #413ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ACC; }
p { color: rgb(65,58,204); }
H1.HeaderClassName
{
color: #413ACC;
}
.AnyTagClassName
{
color: #413ACC;
}
</style>
background-color css
<style>
a { background-color: #413ACC; }
a { background-color: rgb(65,58,204); }
div.DivClassName
{
background-color: #413ACC;
}
.BgClassName
{
background-color: #413ACC;
}
</style>
border-color css
<style>
span { border-color: #413ACC; }
span { border-color: rgb(65,58,204); }
td.TdClassName
{
border-color: #413ACC;
}
.TagClassName
{
border-color: #413ACC;
}
</style>