Shades of Free Speech Blue #2F40DD
Tints of Free Speech Blue #2F40DD
RGB
CMYK
RGB Variations
Color information
#2F40DD (or 0x2F40DD) is known color: Free Speech Blue. HEX triplet: 2F, 40 and DD. RGB value is (47,64,221). Sum of RGB (Red+Green+Blue) = 47+64+221=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F40DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40DD is #D0BF22. Grayscale: #4C4C4C. Windows color (decimal): -13680419 or 14499887. OLE color: 14499887.
HSL color Cylindrical-coordinate representation of color #2F40DD: hue angle of 234.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F40DD is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 64 | 221 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.13 |
| HSL | 234.14º | 0.72% | 0.53% | - |
| HSV(B) | 234.14º | 0.79% | 0.87% | - |
| XYZ | 16.06 | 9.49 | 69.39 | - |
| YUV | 76.82 | 209.37 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 221 | 0.79 | 0.71 | 0 | 0.13 | 234.14 | 0.72 | 0.53 |
| Hex | 2F | 40 | DD | 4F | 47 | 0 | D | EA | 48 | 35 |
| Octal | 57 | 100 | 335 | 117 | 107 | 0 | 15 | 352 | 110 | 65 |
| Binary | 101111 | 1000000 | 11011101 | 1001111 | 1000111 | 0 | 1101 | 11101010 | 1001000 | 110101 |
Color Harmonies of #2F40DD
Complementary color
Monochromatic Colors of #2F40DD
Black with #2F40DD
Text Example
Text Example
White with #2F40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F40DD; }
p { color: rgb(47,64,221); }
H1.HeaderClassName
{
color: #2F40DD;
}
.AnyTagClassName
{
color: #2F40DD;
}
</style>
background-color css
<style>
a { background-color: #2F40DD; }
a { background-color: rgb(47,64,221); }
div.DivClassName
{
background-color: #2F40DD;
}
.BgClassName
{
background-color: #2F40DD;
}
</style>
border-color css
<style>
span { border-color: #2F40DD; }
span { border-color: rgb(47,64,221); }
td.TdClassName
{
border-color: #2F40DD;
}
.TagClassName
{
border-color: #2F40DD;
}
</style>