Shades of Free Speech Blue #373ACF
Tints of Free Speech Blue #373ACF
RGB
CMYK
RGB Variations
Color information
#373ACF (or 0x373ACF) is known color: Free Speech Blue. HEX triplet: 37, 3A and CF. RGB value is (55,58,207). Sum of RGB (Red+Green+Blue) = 55+58+207=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #373ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ACF is #C8C530. Grayscale: #494949. Windows color (decimal): -13157681 or 13580855. OLE color: 13580855.
HSL color Cylindrical-coordinate representation of color #373ACF: hue angle of 238.82º 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 #373ACF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 58 | 207 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.19 |
| HSL | 238.82º | 0.61% | 0.51% | - |
| HSV(B) | 238.82º | 0.73% | 0.81% | - |
| XYZ | 14.35 | 8.34 | 59.89 | - |
| YUV | 74.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 207 | 0.73 | 0.72 | 0 | 0.19 | 238.82 | 0.61 | 0.51 |
| Hex | 37 | 3A | CF | 49 | 48 | 0 | 13 | EF | 3D | 33 |
| Octal | 67 | 72 | 317 | 111 | 110 | 0 | 23 | 357 | 75 | 63 |
| Binary | 110111 | 111010 | 11001111 | 1001001 | 1001000 | 0 | 10011 | 11101111 | 111101 | 110011 |
Color Harmonies of #373ACF
Complementary color
Monochromatic Colors of #373ACF
Black with #373ACF
Text Example
Text Example
White with #373ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ACF; }
p { color: rgb(55,58,207); }
H1.HeaderClassName
{
color: #373ACF;
}
.AnyTagClassName
{
color: #373ACF;
}
</style>
background-color css
<style>
a { background-color: #373ACF; }
a { background-color: rgb(55,58,207); }
div.DivClassName
{
background-color: #373ACF;
}
.BgClassName
{
background-color: #373ACF;
}
</style>
border-color css
<style>
span { border-color: #373ACF; }
span { border-color: rgb(55,58,207); }
td.TdClassName
{
border-color: #373ACF;
}
.TagClassName
{
border-color: #373ACF;
}
</style>