Shades of Free Speech Blue #413ECB
Tints of Free Speech Blue #413ECB
RGB
CMYK
RGB Variations
Color information
#413ECB (or 0x413ECB) is known color: Free Speech Blue. HEX triplet: 41, 3E and CB. RGB value is (65,62,203). Sum of RGB (Red+Green+Blue) = 65+62+203=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #413ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ECB is #BEC134. Grayscale: #4E4E4E. Windows color (decimal): -12501301 or 13319745. OLE color: 13319745.
HSL color Cylindrical-coordinate representation of color #413ECB: hue angle of 241.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413ECB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 62 | 203 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.20 |
| HSL | 241.28º | 0.58% | 0.52% | - |
| HSV(B) | 241.28º | 0.69% | 0.8% | - |
| XYZ | 14.68 | 8.88 | 57.44 | - |
| YUV | 78.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 203 | 0.68 | 0.69 | 0 | 0.20 | 241.28 | 0.58 | 0.52 |
| Hex | 41 | 3E | CB | 44 | 45 | 0 | 14 | F1 | 3A | 34 |
| Octal | 101 | 76 | 313 | 104 | 105 | 0 | 24 | 361 | 72 | 64 |
| Binary | 1000001 | 111110 | 11001011 | 1000100 | 1000101 | 0 | 10100 | 11110001 | 111010 | 110100 |
Color Harmonies of #413ECB
Complementary color
Monochromatic Colors of #413ECB
Black with #413ECB
Text Example
Text Example
White with #413ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ECB; }
p { color: rgb(65,62,203); }
H1.HeaderClassName
{
color: #413ECB;
}
.AnyTagClassName
{
color: #413ECB;
}
</style>
background-color css
<style>
a { background-color: #413ECB; }
a { background-color: rgb(65,62,203); }
div.DivClassName
{
background-color: #413ECB;
}
.BgClassName
{
background-color: #413ECB;
}
</style>
border-color css
<style>
span { border-color: #413ECB; }
span { border-color: rgb(65,62,203); }
td.TdClassName
{
border-color: #413ECB;
}
.TagClassName
{
border-color: #413ECB;
}
</style>