Shades of Free Speech Blue #373BDD
Tints of Free Speech Blue #373BDD
RGB
CMYK
RGB Variations
Color information
#373BDD (or 0x373BDD) is known color: Free Speech Blue. HEX triplet: 37, 3B and DD. RGB value is (55,59,221). Sum of RGB (Red+Green+Blue) = 55+59+221=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #373BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BDD is #C8C422. Grayscale: #4B4B4B. Windows color (decimal): -13157411 or 14498615. OLE color: 14498615.
HSL color Cylindrical-coordinate representation of color #373BDD: hue angle of 238.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373BDD is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 59 | 221 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.13 |
| HSL | 238.55º | 0.71% | 0.54% | - |
| HSV(B) | 238.55º | 0.75% | 0.87% | - |
| XYZ | 16.19 | 9.16 | 69.32 | - |
| YUV | 76.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 221 | 0.75 | 0.73 | 0 | 0.13 | 238.55 | 0.71 | 0.54 |
| Hex | 37 | 3B | DD | 4B | 49 | 0 | D | EF | 47 | 36 |
| Octal | 67 | 73 | 335 | 113 | 111 | 0 | 15 | 357 | 107 | 66 |
| Binary | 110111 | 111011 | 11011101 | 1001011 | 1001001 | 0 | 1101 | 11101111 | 1000111 | 110110 |
Color Harmonies of #373BDD
Complementary color
Monochromatic Colors of #373BDD
Black with #373BDD
Text Example
Text Example
White with #373BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BDD; }
p { color: rgb(55,59,221); }
H1.HeaderClassName
{
color: #373BDD;
}
.AnyTagClassName
{
color: #373BDD;
}
</style>
background-color css
<style>
a { background-color: #373BDD; }
a { background-color: rgb(55,59,221); }
div.DivClassName
{
background-color: #373BDD;
}
.BgClassName
{
background-color: #373BDD;
}
</style>
border-color css
<style>
span { border-color: #373BDD; }
span { border-color: rgb(55,59,221); }
td.TdClassName
{
border-color: #373BDD;
}
.TagClassName
{
border-color: #373BDD;
}
</style>