Shades of Free Speech Blue #2F4DDD
Tints of Free Speech Blue #2F4DDD
RGB
CMYK
RGB Variations
Color information
#2F4DDD (or 0x2F4DDD) is known color: Free Speech Blue. HEX triplet: 2F, 4D and DD. RGB value is (47,77,221). Sum of RGB (Red+Green+Blue) = 47+77+221=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DDD is #D0B222. Grayscale: #535353. Windows color (decimal): -13677091 or 14503215. OLE color: 14503215.
HSL color Cylindrical-coordinate representation of color #2F4DDD: hue angle of 229.66º 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 #2F4DDD is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 77 | 221 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.13 |
| HSL | 229.66º | 0.72% | 0.53% | - |
| HSV(B) | 229.66º | 0.79% | 0.87% | - |
| XYZ | 16.88 | 11.13 | 69.67 | - |
| YUV | 84.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 221 | 0.79 | 0.65 | 0 | 0.13 | 229.66 | 0.72 | 0.53 |
| Hex | 2F | 4D | DD | 4F | 41 | 0 | D | E6 | 48 | 35 |
| Octal | 57 | 115 | 335 | 117 | 101 | 0 | 15 | 346 | 110 | 65 |
| Binary | 101111 | 1001101 | 11011101 | 1001111 | 1000001 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #2F4DDD
Complementary color
Monochromatic Colors of #2F4DDD
Black with #2F4DDD
Text Example
Text Example
White with #2F4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4DDD; }
p { color: rgb(47,77,221); }
H1.HeaderClassName
{
color: #2F4DDD;
}
.AnyTagClassName
{
color: #2F4DDD;
}
</style>
background-color css
<style>
a { background-color: #2F4DDD; }
a { background-color: rgb(47,77,221); }
div.DivClassName
{
background-color: #2F4DDD;
}
.BgClassName
{
background-color: #2F4DDD;
}
</style>
border-color css
<style>
span { border-color: #2F4DDD; }
span { border-color: rgb(47,77,221); }
td.TdClassName
{
border-color: #2F4DDD;
}
.TagClassName
{
border-color: #2F4DDD;
}
</style>