Shades of Free Speech Blue #374ACF
Tints of Free Speech Blue #374ACF
RGB
CMYK
RGB Variations
Color information
#374ACF (or 0x374ACF) is known color: Free Speech Blue. HEX triplet: 37, 4A and CF. RGB value is (55,74,207). Sum of RGB (Red+Green+Blue) = 55+74+207=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #374ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ACF is #C8B530. Grayscale: #525252. Windows color (decimal): -13153585 or 13584951. OLE color: 13584951.
HSL color Cylindrical-coordinate representation of color #374ACF: hue angle of 232.5º 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 #374ACF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 74 | 207 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.19 |
| HSL | 232.5º | 0.61% | 0.51% | - |
| HSV(B) | 232.5º | 0.73% | 0.81% | - |
| XYZ | 15.29 | 10.21 | 60.2 | - |
| YUV | 83.48 | 197.71 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 207 | 0.73 | 0.64 | 0 | 0.19 | 232.5 | 0.61 | 0.51 |
| Hex | 37 | 4A | CF | 49 | 40 | 0 | 13 | E8 | 3D | 33 |
| Octal | 67 | 112 | 317 | 111 | 100 | 0 | 23 | 350 | 75 | 63 |
| Binary | 110111 | 1001010 | 11001111 | 1001001 | 1000000 | 0 | 10011 | 11101000 | 111101 | 110011 |
Color Harmonies of #374ACF
Complementary color
Monochromatic Colors of #374ACF
Black with #374ACF
Text Example
Text Example
White with #374ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374ACF; }
p { color: rgb(55,74,207); }
H1.HeaderClassName
{
color: #374ACF;
}
.AnyTagClassName
{
color: #374ACF;
}
</style>
background-color css
<style>
a { background-color: #374ACF; }
a { background-color: rgb(55,74,207); }
div.DivClassName
{
background-color: #374ACF;
}
.BgClassName
{
background-color: #374ACF;
}
</style>
border-color css
<style>
span { border-color: #374ACF; }
span { border-color: rgb(55,74,207); }
td.TdClassName
{
border-color: #374ACF;
}
.TagClassName
{
border-color: #374ACF;
}
</style>