Shades of Free Speech Blue #413CDA
Tints of Free Speech Blue #413CDA
RGB
CMYK
RGB Variations
Color information
#413CDA (or 0x413CDA) is known color: Free Speech Blue. HEX triplet: 41, 3C and DA. RGB value is (65,60,218). Sum of RGB (Red+Green+Blue) = 65+60+218=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #413CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDA is #BEC325. Grayscale: #4E4E4E. Windows color (decimal): -12501798 or 14302273. OLE color: 14302273.
HSL color Cylindrical-coordinate representation of color #413CDA: hue angle of 241.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413CDA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 60 | 218 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.15 |
| HSL | 241.9º | 0.68% | 0.55% | - |
| HSV(B) | 241.9º | 0.72% | 0.85% | - |
| XYZ | 16.45 | 9.42 | 67.28 | - |
| YUV | 79.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 218 | 0.70 | 0.72 | 0 | 0.15 | 241.9 | 0.68 | 0.55 |
| Hex | 41 | 3C | DA | 46 | 48 | 0 | F | F2 | 44 | 37 |
| Octal | 101 | 74 | 332 | 106 | 110 | 0 | 17 | 362 | 104 | 67 |
| Binary | 1000001 | 111100 | 11011010 | 1000110 | 1001000 | 0 | 1111 | 11110010 | 1000100 | 110111 |
Color Harmonies of #413CDA
Complementary color
Monochromatic Colors of #413CDA
Black with #413CDA
Text Example
Text Example
White with #413CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CDA; }
p { color: rgb(65,60,218); }
H1.HeaderClassName
{
color: #413CDA;
}
.AnyTagClassName
{
color: #413CDA;
}
</style>
background-color css
<style>
a { background-color: #413CDA; }
a { background-color: rgb(65,60,218); }
div.DivClassName
{
background-color: #413CDA;
}
.BgClassName
{
background-color: #413CDA;
}
</style>
border-color css
<style>
span { border-color: #413CDA; }
span { border-color: rgb(65,60,218); }
td.TdClassName
{
border-color: #413CDA;
}
.TagClassName
{
border-color: #413CDA;
}
</style>