Shades of Free Speech Blue #4137DB
Tints of Free Speech Blue #4137DB
RGB
CMYK
RGB Variations
Color information
#4137DB (or 0x4137DB) is known color: Free Speech Blue. HEX triplet: 41, 37 and DB. RGB value is (65,55,219). Sum of RGB (Red+Green+Blue) = 65+55+219=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4137DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4137DB is #BEC824. Grayscale: #4C4C4C. Windows color (decimal): -12503077 or 14366529. OLE color: 14366529.
HSL color Cylindrical-coordinate representation of color #4137DB: hue angle of 243.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4137DB is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 55 | 219 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.14 |
| HSL | 243.66º | 0.69% | 0.54% | - |
| HSV(B) | 243.66º | 0.75% | 0.86% | - |
| XYZ | 16.33 | 8.97 | 67.89 | - |
| YUV | 76.69 | 208.31 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 219 | 0.70 | 0.75 | 0 | 0.14 | 243.66 | 0.69 | 0.54 |
| Hex | 41 | 37 | DB | 46 | 4B | 0 | E | F4 | 45 | 36 |
| Octal | 101 | 67 | 333 | 106 | 113 | 0 | 16 | 364 | 105 | 66 |
| Binary | 1000001 | 110111 | 11011011 | 1000110 | 1001011 | 0 | 1110 | 11110100 | 1000101 | 110110 |
Color Harmonies of #4137DB
Complementary color
Monochromatic Colors of #4137DB
Black with #4137DB
Text Example
Text Example
White with #4137DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4137DB; }
p { color: rgb(65,55,219); }
H1.HeaderClassName
{
color: #4137DB;
}
.AnyTagClassName
{
color: #4137DB;
}
</style>
background-color css
<style>
a { background-color: #4137DB; }
a { background-color: rgb(65,55,219); }
div.DivClassName
{
background-color: #4137DB;
}
.BgClassName
{
background-color: #4137DB;
}
</style>
border-color css
<style>
span { border-color: #4137DB; }
span { border-color: rgb(65,55,219); }
td.TdClassName
{
border-color: #4137DB;
}
.TagClassName
{
border-color: #4137DB;
}
</style>