Shades of Free Speech Blue #374BCE
Tints of Free Speech Blue #374BCE
RGB
CMYK
RGB Variations
Color information
#374BCE (or 0x374BCE) is known color: Free Speech Blue. HEX triplet: 37, 4B and CE. RGB value is (55,75,206). Sum of RGB (Red+Green+Blue) = 55+75+206=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #374BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BCE is #C8B431. Grayscale: #535353. Windows color (decimal): -13153330 or 13519671. OLE color: 13519671.
HSL color Cylindrical-coordinate representation of color #374BCE: hue angle of 232.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374BCE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 75 | 206 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.19 |
| HSL | 232.05º | 0.61% | 0.51% | - |
| HSV(B) | 232.05º | 0.73% | 0.81% | - |
| XYZ | 15.23 | 10.3 | 59.58 | - |
| YUV | 83.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 206 | 0.73 | 0.64 | 0 | 0.19 | 232.05 | 0.61 | 0.51 |
| Hex | 37 | 4B | CE | 49 | 40 | 0 | 13 | E8 | 3D | 33 |
| Octal | 67 | 113 | 316 | 111 | 100 | 0 | 23 | 350 | 75 | 63 |
| Binary | 110111 | 1001011 | 11001110 | 1001001 | 1000000 | 0 | 10011 | 11101000 | 111101 | 110011 |
Color Harmonies of #374BCE
Complementary color
Monochromatic Colors of #374BCE
Black with #374BCE
Text Example
Text Example
White with #374BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BCE; }
p { color: rgb(55,75,206); }
H1.HeaderClassName
{
color: #374BCE;
}
.AnyTagClassName
{
color: #374BCE;
}
</style>
background-color css
<style>
a { background-color: #374BCE; }
a { background-color: rgb(55,75,206); }
div.DivClassName
{
background-color: #374BCE;
}
.BgClassName
{
background-color: #374BCE;
}
</style>
border-color css
<style>
span { border-color: #374BCE; }
span { border-color: rgb(55,75,206); }
td.TdClassName
{
border-color: #374BCE;
}
.TagClassName
{
border-color: #374BCE;
}
</style>