Shades of Free Speech Blue #373CC4
Tints of Free Speech Blue #373CC4
RGB
CMYK
RGB Variations
Color information
#373CC4 (or 0x373CC4) is known color: Free Speech Blue. HEX triplet: 37, 3C and C4. RGB value is (55,60,196). Sum of RGB (Red+Green+Blue) = 55+60+196=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #373CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CC4 is #C8C33B. Grayscale: #494949. Windows color (decimal): -13157180 or 12860471. OLE color: 12860471.
HSL color Cylindrical-coordinate representation of color #373CC4: hue angle of 237.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373CC4 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 60 | 196 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.23 |
| HSL | 237.87º | 0.56% | 0.49% | - |
| HSV(B) | 237.87º | 0.72% | 0.77% | - |
| XYZ | 13.16 | 8.03 | 53.08 | - |
| YUV | 74.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 196 | 0.72 | 0.69 | 0 | 0.23 | 237.87 | 0.56 | 0.49 |
| Hex | 37 | 3C | C4 | 48 | 45 | 0 | 17 | EE | 38 | 31 |
| Octal | 67 | 74 | 304 | 110 | 105 | 0 | 27 | 356 | 70 | 61 |
| Binary | 110111 | 111100 | 11000100 | 1001000 | 1000101 | 0 | 10111 | 11101110 | 111000 | 110001 |
Color Harmonies of #373CC4
Complementary color
Monochromatic Colors of #373CC4
Black with #373CC4
Text Example
Text Example
White with #373CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CC4; }
p { color: rgb(55,60,196); }
H1.HeaderClassName
{
color: #373CC4;
}
.AnyTagClassName
{
color: #373CC4;
}
</style>
background-color css
<style>
a { background-color: #373CC4; }
a { background-color: rgb(55,60,196); }
div.DivClassName
{
background-color: #373CC4;
}
.BgClassName
{
background-color: #373CC4;
}
</style>
border-color css
<style>
span { border-color: #373CC4; }
span { border-color: rgb(55,60,196); }
td.TdClassName
{
border-color: #373CC4;
}
.TagClassName
{
border-color: #373CC4;
}
</style>