Shades of Free Speech Blue #413CDC
Tints of Free Speech Blue #413CDC
RGB
CMYK
RGB Variations
Color information
#413CDC (or 0x413CDC) is known color: Free Speech Blue. HEX triplet: 41, 3C and DC. RGB value is (65,60,220). Sum of RGB (Red+Green+Blue) = 65+60+220=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #413CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDC is #BEC323. Grayscale: #4F4F4F. Windows color (decimal): -12501796 or 14433345. OLE color: 14433345.
HSL color Cylindrical-coordinate representation of color #413CDC: hue angle of 241.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413CDC is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 60 | 220 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.14 |
| HSL | 241.88º | 0.7% | 0.55% | - |
| HSV(B) | 241.88º | 0.73% | 0.86% | - |
| XYZ | 16.71 | 9.52 | 68.67 | - |
| YUV | 79.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 220 | 0.70 | 0.73 | 0 | 0.14 | 241.88 | 0.7 | 0.55 |
| Hex | 41 | 3C | DC | 46 | 49 | 0 | E | F2 | 46 | 37 |
| Octal | 101 | 74 | 334 | 106 | 111 | 0 | 16 | 362 | 106 | 67 |
| Binary | 1000001 | 111100 | 11011100 | 1000110 | 1001001 | 0 | 1110 | 11110010 | 1000110 | 110111 |
Color Harmonies of #413CDC
Complementary color
Monochromatic Colors of #413CDC
Black with #413CDC
Text Example
Text Example
White with #413CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CDC; }
p { color: rgb(65,60,220); }
H1.HeaderClassName
{
color: #413CDC;
}
.AnyTagClassName
{
color: #413CDC;
}
</style>
background-color css
<style>
a { background-color: #413CDC; }
a { background-color: rgb(65,60,220); }
div.DivClassName
{
background-color: #413CDC;
}
.BgClassName
{
background-color: #413CDC;
}
</style>
border-color css
<style>
span { border-color: #413CDC; }
span { border-color: rgb(65,60,220); }
td.TdClassName
{
border-color: #413CDC;
}
.TagClassName
{
border-color: #413CDC;
}
</style>