Shades of Free Speech Blue #413ECE
Tints of Free Speech Blue #413ECE
RGB
CMYK
RGB Variations
Color information
#413ECE (or 0x413ECE) is known color: Free Speech Blue. HEX triplet: 41, 3E and CE. RGB value is (65,62,206). Sum of RGB (Red+Green+Blue) = 65+62+206=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #413ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ECE is #BEC131. Grayscale: #4E4E4E. Windows color (decimal): -12501298 or 13516353. OLE color: 13516353.
HSL color Cylindrical-coordinate representation of color #413ECE: hue angle of 241.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413ECE is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 62 | 206 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.19 |
| HSL | 241.25º | 0.6% | 0.53% | - |
| HSV(B) | 241.25º | 0.7% | 0.81% | - |
| XYZ | 15.04 | 9.03 | 59.34 | - |
| YUV | 79.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 206 | 0.68 | 0.70 | 0 | 0.19 | 241.25 | 0.6 | 0.53 |
| Hex | 41 | 3E | CE | 44 | 46 | 0 | 13 | F1 | 3C | 35 |
| Octal | 101 | 76 | 316 | 104 | 106 | 0 | 23 | 361 | 74 | 65 |
| Binary | 1000001 | 111110 | 11001110 | 1000100 | 1000110 | 0 | 10011 | 11110001 | 111100 | 110101 |
Color Harmonies of #413ECE
Complementary color
Monochromatic Colors of #413ECE
Black with #413ECE
Text Example
Text Example
White with #413ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ECE; }
p { color: rgb(65,62,206); }
H1.HeaderClassName
{
color: #413ECE;
}
.AnyTagClassName
{
color: #413ECE;
}
</style>
background-color css
<style>
a { background-color: #413ECE; }
a { background-color: rgb(65,62,206); }
div.DivClassName
{
background-color: #413ECE;
}
.BgClassName
{
background-color: #413ECE;
}
</style>
border-color css
<style>
span { border-color: #413ECE; }
span { border-color: rgb(65,62,206); }
td.TdClassName
{
border-color: #413ECE;
}
.TagClassName
{
border-color: #413ECE;
}
</style>