Shades of Free Speech Blue #374BD0
Tints of Free Speech Blue #374BD0
RGB
CMYK
RGB Variations
Color information
#374BD0 (or 0x374BD0) is known color: Free Speech Blue. HEX triplet: 37, 4B and D0. RGB value is (55,75,208). Sum of RGB (Red+Green+Blue) = 55+75+208=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #374BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BD0 is #C8B42F. Grayscale: #535353. Windows color (decimal): -13153328 or 13650743. OLE color: 13650743.
HSL color Cylindrical-coordinate representation of color #374BD0: hue angle of 232.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374BD0 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 75 | 208 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.18 |
| HSL | 232.16º | 0.62% | 0.52% | - |
| HSV(B) | 232.16º | 0.74% | 0.82% | - |
| XYZ | 15.48 | 10.4 | 60.87 | - |
| YUV | 84.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 208 | 0.74 | 0.64 | 0 | 0.18 | 232.16 | 0.62 | 0.52 |
| Hex | 37 | 4B | D0 | 4A | 40 | 0 | 12 | E8 | 3E | 34 |
| Octal | 67 | 113 | 320 | 112 | 100 | 0 | 22 | 350 | 76 | 64 |
| Binary | 110111 | 1001011 | 11010000 | 1001010 | 1000000 | 0 | 10010 | 11101000 | 111110 | 110100 |
Color Harmonies of #374BD0
Complementary color
Monochromatic Colors of #374BD0
Black with #374BD0
Text Example
Text Example
White with #374BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BD0; }
p { color: rgb(55,75,208); }
H1.HeaderClassName
{
color: #374BD0;
}
.AnyTagClassName
{
color: #374BD0;
}
</style>
background-color css
<style>
a { background-color: #374BD0; }
a { background-color: rgb(55,75,208); }
div.DivClassName
{
background-color: #374BD0;
}
.BgClassName
{
background-color: #374BD0;
}
</style>
border-color css
<style>
span { border-color: #374BD0; }
span { border-color: rgb(55,75,208); }
td.TdClassName
{
border-color: #374BD0;
}
.TagClassName
{
border-color: #374BD0;
}
</style>