Shades of Free Speech Blue #3143DD
Tints of Free Speech Blue #3143DD
RGB
CMYK
RGB Variations
Color information
#3143DD (or 0x3143DD) is known color: Free Speech Blue. HEX triplet: 31, 43 and DD. RGB value is (49,67,221). Sum of RGB (Red+Green+Blue) = 49+67+221=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #3143DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3143DD is #CEBC22. Grayscale: #4E4E4E. Windows color (decimal): -13548579 or 14500657. OLE color: 14500657.
HSL color Cylindrical-coordinate representation of color #3143DD: hue angle of 233.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3143DD is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 67 | 221 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.13 |
| HSL | 233.72º | 0.72% | 0.53% | - |
| HSV(B) | 233.72º | 0.78% | 0.87% | - |
| XYZ | 16.32 | 9.89 | 69.45 | - |
| YUV | 79.17 | 208.04 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 221 | 0.78 | 0.70 | 0 | 0.13 | 233.72 | 0.72 | 0.53 |
| Hex | 31 | 43 | DD | 4E | 46 | 0 | D | EA | 48 | 35 |
| Octal | 61 | 103 | 335 | 116 | 106 | 0 | 15 | 352 | 110 | 65 |
| Binary | 110001 | 1000011 | 11011101 | 1001110 | 1000110 | 0 | 1101 | 11101010 | 1001000 | 110101 |
Color Harmonies of #3143DD
Complementary color
Monochromatic Colors of #3143DD
Black with #3143DD
Text Example
Text Example
White with #3143DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143DD; }
p { color: rgb(49,67,221); }
H1.HeaderClassName
{
color: #3143DD;
}
.AnyTagClassName
{
color: #3143DD;
}
</style>
background-color css
<style>
a { background-color: #3143DD; }
a { background-color: rgb(49,67,221); }
div.DivClassName
{
background-color: #3143DD;
}
.BgClassName
{
background-color: #3143DD;
}
</style>
border-color css
<style>
span { border-color: #3143DD; }
span { border-color: rgb(49,67,221); }
td.TdClassName
{
border-color: #3143DD;
}
.TagClassName
{
border-color: #3143DD;
}
</style>