Shades of Free Speech Blue #374AD5
Tints of Free Speech Blue #374AD5
RGB
CMYK
RGB Variations
Color information
#374AD5 (or 0x374AD5) is known color: Free Speech Blue. HEX triplet: 37, 4A and D5. RGB value is (55,74,213). Sum of RGB (Red+Green+Blue) = 55+74+213=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #374AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AD5 is #C8B52A. Grayscale: #535353. Windows color (decimal): -13153579 or 13978167. OLE color: 13978167.
HSL color Cylindrical-coordinate representation of color #374AD5: hue angle of 232.78º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374AD5 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 74 | 213 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.16 |
| HSL | 232.78º | 0.65% | 0.53% | - |
| HSV(B) | 232.78º | 0.74% | 0.84% | - |
| XYZ | 16.03 | 10.51 | 64.14 | - |
| YUV | 84.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 213 | 0.74 | 0.65 | 0 | 0.16 | 232.78 | 0.65 | 0.53 |
| Hex | 37 | 4A | D5 | 4A | 41 | 0 | 10 | E9 | 41 | 35 |
| Octal | 67 | 112 | 325 | 112 | 101 | 0 | 20 | 351 | 101 | 65 |
| Binary | 110111 | 1001010 | 11010101 | 1001010 | 1000001 | 0 | 10000 | 11101001 | 1000001 | 110101 |
Color Harmonies of #374AD5
Complementary color
Monochromatic Colors of #374AD5
Black with #374AD5
Text Example
Text Example
White with #374AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AD5; }
p { color: rgb(55,74,213); }
H1.HeaderClassName
{
color: #374AD5;
}
.AnyTagClassName
{
color: #374AD5;
}
</style>
background-color css
<style>
a { background-color: #374AD5; }
a { background-color: rgb(55,74,213); }
div.DivClassName
{
background-color: #374AD5;
}
.BgClassName
{
background-color: #374AD5;
}
</style>
border-color css
<style>
span { border-color: #374AD5; }
span { border-color: rgb(55,74,213); }
td.TdClassName
{
border-color: #374AD5;
}
.TagClassName
{
border-color: #374AD5;
}
</style>