Shades of Free Speech Blue #3747CB
Tints of Free Speech Blue #3747CB
RGB
CMYK
RGB Variations
Color information
#3747CB (or 0x3747CB) is known color: Free Speech Blue. HEX triplet: 37, 47 and CB. RGB value is (55,71,203). Sum of RGB (Red+Green+Blue) = 55+71+203=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #3747CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3747CB is #C8B834. Grayscale: #505050. Windows color (decimal): -13154357 or 13322039. OLE color: 13322039.
HSL color Cylindrical-coordinate representation of color #3747CB: hue angle of 233.51º 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 #3747CB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 71 | 203 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.20 |
| HSL | 233.51º | 0.59% | 0.51% | - |
| HSV(B) | 233.51º | 0.73% | 0.8% | - |
| XYZ | 14.61 | 9.63 | 57.59 | - |
| YUV | 81.26 | 196.7 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 203 | 0.73 | 0.65 | 0 | 0.20 | 233.51 | 0.59 | 0.51 |
| Hex | 37 | 47 | CB | 49 | 41 | 0 | 14 | EA | 3B | 33 |
| Octal | 67 | 107 | 313 | 111 | 101 | 0 | 24 | 352 | 73 | 63 |
| Binary | 110111 | 1000111 | 11001011 | 1001001 | 1000001 | 0 | 10100 | 11101010 | 111011 | 110011 |
Color Harmonies of #3747CB
Complementary color
Monochromatic Colors of #3747CB
Black with #3747CB
Text Example
Text Example
White with #3747CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3747CB; }
p { color: rgb(55,71,203); }
H1.HeaderClassName
{
color: #3747CB;
}
.AnyTagClassName
{
color: #3747CB;
}
</style>
background-color css
<style>
a { background-color: #3747CB; }
a { background-color: rgb(55,71,203); }
div.DivClassName
{
background-color: #3747CB;
}
.BgClassName
{
background-color: #3747CB;
}
</style>
border-color css
<style>
span { border-color: #3747CB; }
span { border-color: rgb(55,71,203); }
td.TdClassName
{
border-color: #3747CB;
}
.TagClassName
{
border-color: #3747CB;
}
</style>