Shades of Free Speech Blue #4138DB
Tints of Free Speech Blue #4138DB
RGB
CMYK
RGB Variations
Color information
#4138DB (or 0x4138DB) is known color: Free Speech Blue. HEX triplet: 41, 38 and DB. RGB value is (65,56,219). Sum of RGB (Red+Green+Blue) = 65+56+219=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4138DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4138DB is #BEC724. Grayscale: #4C4C4C. Windows color (decimal): -12502821 or 14366785. OLE color: 14366785.
HSL color Cylindrical-coordinate representation of color #4138DB: hue angle of 243.31º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4138DB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 56 | 219 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.14 |
| HSL | 243.31º | 0.69% | 0.54% | - |
| HSV(B) | 243.31º | 0.74% | 0.86% | - |
| XYZ | 16.38 | 9.07 | 67.9 | - |
| YUV | 77.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 219 | 0.70 | 0.74 | 0 | 0.14 | 243.31 | 0.69 | 0.54 |
| Hex | 41 | 38 | DB | 46 | 4A | 0 | E | F3 | 45 | 36 |
| Octal | 101 | 70 | 333 | 106 | 112 | 0 | 16 | 363 | 105 | 66 |
| Binary | 1000001 | 111000 | 11011011 | 1000110 | 1001010 | 0 | 1110 | 11110011 | 1000101 | 110110 |
Color Harmonies of #4138DB
Complementary color
Monochromatic Colors of #4138DB
Black with #4138DB
Text Example
Text Example
White with #4138DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138DB; }
p { color: rgb(65,56,219); }
H1.HeaderClassName
{
color: #4138DB;
}
.AnyTagClassName
{
color: #4138DB;
}
</style>
background-color css
<style>
a { background-color: #4138DB; }
a { background-color: rgb(65,56,219); }
div.DivClassName
{
background-color: #4138DB;
}
.BgClassName
{
background-color: #4138DB;
}
</style>
border-color css
<style>
span { border-color: #4138DB; }
span { border-color: rgb(65,56,219); }
td.TdClassName
{
border-color: #4138DB;
}
.TagClassName
{
border-color: #4138DB;
}
</style>