Shades of Free Speech Blue #2D41DE
Tints of Free Speech Blue #2D41DE
RGB
CMYK
RGB Variations
Color information
#2D41DE (or 0x2D41DE) is known color: Free Speech Blue. HEX triplet: 2D, 41 and DE. RGB value is (45,65,222). Sum of RGB (Red+Green+Blue) = 45+65+222=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D41DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D41DE is #D2BE21. Grayscale: #4C4C4C. Windows color (decimal): -13811234 or 14565677. OLE color: 14565677.
HSL color Cylindrical-coordinate representation of color #2D41DE: hue angle of 233.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D41DE is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 65 | 222 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.13 |
| HSL | 233.22º | 0.73% | 0.52% | - |
| HSV(B) | 233.22º | 0.8% | 0.87% | - |
| XYZ | 16.16 | 9.61 | 70.11 | - |
| YUV | 76.92 | 209.87 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 222 | 0.80 | 0.71 | 0 | 0.13 | 233.22 | 0.73 | 0.52 |
| Hex | 2D | 41 | DE | 50 | 47 | 0 | D | E9 | 49 | 34 |
| Octal | 55 | 101 | 336 | 120 | 107 | 0 | 15 | 351 | 111 | 64 |
| Binary | 101101 | 1000001 | 11011110 | 1010000 | 1000111 | 0 | 1101 | 11101001 | 1001001 | 110100 |
Color Harmonies of #2D41DE
Complementary color
Monochromatic Colors of #2D41DE
Black with #2D41DE
Text Example
Text Example
White with #2D41DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D41DE; }
p { color: rgb(45,65,222); }
H1.HeaderClassName
{
color: #2D41DE;
}
.AnyTagClassName
{
color: #2D41DE;
}
</style>
background-color css
<style>
a { background-color: #2D41DE; }
a { background-color: rgb(45,65,222); }
div.DivClassName
{
background-color: #2D41DE;
}
.BgClassName
{
background-color: #2D41DE;
}
</style>
border-color css
<style>
span { border-color: #2D41DE; }
span { border-color: rgb(45,65,222); }
td.TdClassName
{
border-color: #2D41DE;
}
.TagClassName
{
border-color: #2D41DE;
}
</style>