Shades of Free Speech Blue #374ADD
Tints of Free Speech Blue #374ADD
RGB
CMYK
RGB Variations
Color information
#374ADD (or 0x374ADD) is known color: Free Speech Blue. HEX triplet: 37, 4A and DD. RGB value is (55,74,221). Sum of RGB (Red+Green+Blue) = 55+74+221=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #374ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ADD is #C8B522. Grayscale: #545454. Windows color (decimal): -13153571 or 14502455. OLE color: 14502455.
HSL color Cylindrical-coordinate representation of color #374ADD: hue angle of 233.13º 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 #374ADD is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 74 | 221 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.13 |
| HSL | 233.13º | 0.71% | 0.54% | - |
| HSV(B) | 233.13º | 0.75% | 0.87% | - |
| XYZ | 17.08 | 10.93 | 69.62 | - |
| YUV | 85.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 221 | 0.75 | 0.67 | 0 | 0.13 | 233.13 | 0.71 | 0.54 |
| Hex | 37 | 4A | DD | 4B | 43 | 0 | D | E9 | 47 | 36 |
| Octal | 67 | 112 | 335 | 113 | 103 | 0 | 15 | 351 | 107 | 66 |
| Binary | 110111 | 1001010 | 11011101 | 1001011 | 1000011 | 0 | 1101 | 11101001 | 1000111 | 110110 |
Color Harmonies of #374ADD
Complementary color
Monochromatic Colors of #374ADD
Black with #374ADD
Text Example
Text Example
White with #374ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374ADD; }
p { color: rgb(55,74,221); }
H1.HeaderClassName
{
color: #374ADD;
}
.AnyTagClassName
{
color: #374ADD;
}
</style>
background-color css
<style>
a { background-color: #374ADD; }
a { background-color: rgb(55,74,221); }
div.DivClassName
{
background-color: #374ADD;
}
.BgClassName
{
background-color: #374ADD;
}
</style>
border-color css
<style>
span { border-color: #374ADD; }
span { border-color: rgb(55,74,221); }
td.TdClassName
{
border-color: #374ADD;
}
.TagClassName
{
border-color: #374ADD;
}
</style>