Shades of Free Speech Blue #373BCB
Tints of Free Speech Blue #373BCB
RGB
CMYK
RGB Variations
Color information
#373BCB (or 0x373BCB) is known color: Free Speech Blue. HEX triplet: 37, 3B and CB. RGB value is (55,59,203). Sum of RGB (Red+Green+Blue) = 55+59+203=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #373BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BCB is #C8C434. Grayscale: #494949. Windows color (decimal): -13157429 or 13318967. OLE color: 13318967.
HSL color Cylindrical-coordinate representation of color #373BCB: hue angle of 238.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373BCB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 59 | 203 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.20 |
| HSL | 238.38º | 0.59% | 0.51% | - |
| HSV(B) | 238.38º | 0.73% | 0.8% | - |
| XYZ | 13.92 | 8.25 | 57.36 | - |
| YUV | 74.22 | 200.67 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 203 | 0.73 | 0.71 | 0 | 0.20 | 238.38 | 0.59 | 0.51 |
| Hex | 37 | 3B | CB | 49 | 47 | 0 | 14 | EE | 3B | 33 |
| Octal | 67 | 73 | 313 | 111 | 107 | 0 | 24 | 356 | 73 | 63 |
| Binary | 110111 | 111011 | 11001011 | 1001001 | 1000111 | 0 | 10100 | 11101110 | 111011 | 110011 |
Color Harmonies of #373BCB
Complementary color
Monochromatic Colors of #373BCB
Black with #373BCB
Text Example
Text Example
White with #373BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BCB; }
p { color: rgb(55,59,203); }
H1.HeaderClassName
{
color: #373BCB;
}
.AnyTagClassName
{
color: #373BCB;
}
</style>
background-color css
<style>
a { background-color: #373BCB; }
a { background-color: rgb(55,59,203); }
div.DivClassName
{
background-color: #373BCB;
}
.BgClassName
{
background-color: #373BCB;
}
</style>
border-color css
<style>
span { border-color: #373BCB; }
span { border-color: rgb(55,59,203); }
td.TdClassName
{
border-color: #373BCB;
}
.TagClassName
{
border-color: #373BCB;
}
</style>