Shades of Free Speech Blue #2D40DD
Tints of Free Speech Blue #2D40DD
RGB
CMYK
RGB Variations
Color information
#2D40DD (or 0x2D40DD) is known color: Free Speech Blue. HEX triplet: 2D, 40 and DD. RGB value is (45,64,221). Sum of RGB (Red+Green+Blue) = 45+64+221=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D40DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D40DD is #D2BF22. Grayscale: #4B4B4B. Windows color (decimal): -13811491 or 14499885. OLE color: 14499885.
HSL color Cylindrical-coordinate representation of color #2D40DD: hue angle of 233.52º degrees, saturation: 0.72, 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 #2D40DD is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 64 | 221 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.13 |
| HSL | 233.52º | 0.72% | 0.52% | - |
| HSV(B) | 233.52º | 0.8% | 0.87% | - |
| XYZ | 15.97 | 9.45 | 69.39 | - |
| YUV | 76.22 | 209.71 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 221 | 0.80 | 0.71 | 0 | 0.13 | 233.52 | 0.72 | 0.52 |
| Hex | 2D | 40 | DD | 50 | 47 | 0 | D | EA | 48 | 34 |
| Octal | 55 | 100 | 335 | 120 | 107 | 0 | 15 | 352 | 110 | 64 |
| Binary | 101101 | 1000000 | 11011101 | 1010000 | 1000111 | 0 | 1101 | 11101010 | 1001000 | 110100 |
Color Harmonies of #2D40DD
Complementary color
Monochromatic Colors of #2D40DD
Black with #2D40DD
Text Example
Text Example
White with #2D40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D40DD; }
p { color: rgb(45,64,221); }
H1.HeaderClassName
{
color: #2D40DD;
}
.AnyTagClassName
{
color: #2D40DD;
}
</style>
background-color css
<style>
a { background-color: #2D40DD; }
a { background-color: rgb(45,64,221); }
div.DivClassName
{
background-color: #2D40DD;
}
.BgClassName
{
background-color: #2D40DD;
}
</style>
border-color css
<style>
span { border-color: #2D40DD; }
span { border-color: rgb(45,64,221); }
td.TdClassName
{
border-color: #2D40DD;
}
.TagClassName
{
border-color: #2D40DD;
}
</style>