Shades of Free Speech Blue #374BD3
Tints of Free Speech Blue #374BD3
RGB
CMYK
RGB Variations
Color information
#374BD3 (or 0x374BD3) is known color: Free Speech Blue. HEX triplet: 37, 4B and D3. RGB value is (55,75,211). Sum of RGB (Red+Green+Blue) = 55+75+211=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #374BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BD3 is #C8B42C. Grayscale: #535353. Windows color (decimal): -13153325 or 13847351. OLE color: 13847351.
HSL color Cylindrical-coordinate representation of color #374BD3: hue angle of 232.31º 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 #374BD3 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 75 | 211 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.17 |
| HSL | 232.31º | 0.64% | 0.52% | - |
| HSV(B) | 232.31º | 0.74% | 0.83% | - |
| XYZ | 15.85 | 10.55 | 62.83 | - |
| YUV | 84.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 211 | 0.74 | 0.64 | 0 | 0.17 | 232.31 | 0.64 | 0.52 |
| Hex | 37 | 4B | D3 | 4A | 40 | 0 | 11 | E8 | 40 | 34 |
| Octal | 67 | 113 | 323 | 112 | 100 | 0 | 21 | 350 | 100 | 64 |
| Binary | 110111 | 1001011 | 11010011 | 1001010 | 1000000 | 0 | 10001 | 11101000 | 1000000 | 110100 |
Color Harmonies of #374BD3
Complementary color
Monochromatic Colors of #374BD3
Black with #374BD3
Text Example
Text Example
White with #374BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BD3; }
p { color: rgb(55,75,211); }
H1.HeaderClassName
{
color: #374BD3;
}
.AnyTagClassName
{
color: #374BD3;
}
</style>
background-color css
<style>
a { background-color: #374BD3; }
a { background-color: rgb(55,75,211); }
div.DivClassName
{
background-color: #374BD3;
}
.BgClassName
{
background-color: #374BD3;
}
</style>
border-color css
<style>
span { border-color: #374BD3; }
span { border-color: rgb(55,75,211); }
td.TdClassName
{
border-color: #374BD3;
}
.TagClassName
{
border-color: #374BD3;
}
</style>