Shades of Free Speech Blue #413DDB
Tints of Free Speech Blue #413DDB
RGB
CMYK
RGB Variations
Color information
#413DDB (or 0x413DDB) is known color: Free Speech Blue. HEX triplet: 41, 3D and DB. RGB value is (65,61,219). Sum of RGB (Red+Green+Blue) = 65+61+219=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #413DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DDB is #BEC224. Grayscale: #4F4F4F. Windows color (decimal): -12501541 or 14368065. OLE color: 14368065.
HSL color Cylindrical-coordinate representation of color #413DDB: hue angle of 241.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413DDB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 61 | 219 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.14 |
| HSL | 241.52º | 0.69% | 0.55% | - |
| HSV(B) | 241.52º | 0.72% | 0.86% | - |
| XYZ | 16.63 | 9.58 | 67.99 | - |
| YUV | 80.21 | 206.33 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 219 | 0.70 | 0.72 | 0 | 0.14 | 241.52 | 0.69 | 0.55 |
| Hex | 41 | 3D | DB | 46 | 48 | 0 | E | F2 | 45 | 37 |
| Octal | 101 | 75 | 333 | 106 | 110 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000001 | 111101 | 11011011 | 1000110 | 1001000 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #413DDB
Complementary color
Monochromatic Colors of #413DDB
Black with #413DDB
Text Example
Text Example
White with #413DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DDB; }
p { color: rgb(65,61,219); }
H1.HeaderClassName
{
color: #413DDB;
}
.AnyTagClassName
{
color: #413DDB;
}
</style>
background-color css
<style>
a { background-color: #413DDB; }
a { background-color: rgb(65,61,219); }
div.DivClassName
{
background-color: #413DDB;
}
.BgClassName
{
background-color: #413DDB;
}
</style>
border-color css
<style>
span { border-color: #413DDB; }
span { border-color: rgb(65,61,219); }
td.TdClassName
{
border-color: #413DDB;
}
.TagClassName
{
border-color: #413DDB;
}
</style>