Shades of Free Speech Blue #374AD3
Tints of Free Speech Blue #374AD3
RGB
CMYK
RGB Variations
Color information
#374AD3 (or 0x374AD3) is known color: Free Speech Blue. HEX triplet: 37, 4A and D3. RGB value is (55,74,211). Sum of RGB (Red+Green+Blue) = 55+74+211=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 211 (82.81% from 255 or 62.06% from 340); Max value from RGB is 211 - color contains mainly: blue. Hex color #374AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AD3 is #C8B52C. Grayscale: #535353. Windows color (decimal): -13153581 or 13847095. OLE color: 13847095.
HSL color Cylindrical-coordinate representation of color #374AD3: hue angle of 232.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374AD3 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 74 | 211 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.17 |
| HSL | 232.69º | 0.64% | 0.52% | - |
| HSV(B) | 232.69º | 0.74% | 0.83% | - |
| XYZ | 15.78 | 10.41 | 62.81 | - |
| YUV | 83.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 211 | 0.74 | 0.65 | 0 | 0.17 | 232.69 | 0.64 | 0.52 |
| Hex | 37 | 4A | D3 | 4A | 41 | 0 | 11 | E9 | 40 | 34 |
| Octal | 67 | 112 | 323 | 112 | 101 | 0 | 21 | 351 | 100 | 64 |
| Binary | 110111 | 1001010 | 11010011 | 1001010 | 1000001 | 0 | 10001 | 11101001 | 1000000 | 110100 |
Color Harmonies of #374AD3
Complementary color
Monochromatic Colors of #374AD3
Black with #374AD3
Text Example
Text Example
White with #374AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AD3; }
p { color: rgb(55,74,211); }
H1.HeaderClassName
{
color: #374AD3;
}
.AnyTagClassName
{
color: #374AD3;
}
</style>
background-color css
<style>
a { background-color: #374AD3; }
a { background-color: rgb(55,74,211); }
div.DivClassName
{
background-color: #374AD3;
}
.BgClassName
{
background-color: #374AD3;
}
</style>
border-color css
<style>
span { border-color: #374AD3; }
span { border-color: rgb(55,74,211); }
td.TdClassName
{
border-color: #374AD3;
}
.TagClassName
{
border-color: #374AD3;
}
</style>