Shades of Free Speech Blue #3748BD
Tints of Free Speech Blue #3748BD
RGB
CMYK
RGB Variations
Color information
#3748BD (or 0x3748BD) is known color: Free Speech Blue. HEX triplet: 37, 48 and BD. RGB value is (55,72,189). Sum of RGB (Red+Green+Blue) = 55+72+189=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #3748BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748BD is #C8B742. Grayscale: #4F4F4F. Windows color (decimal): -13154115 or 12404791. OLE color: 12404791.
HSL color Cylindrical-coordinate representation of color #3748BD: hue angle of 232.39º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3748BD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 72 | 189 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.26 |
| HSL | 232.39º | 0.55% | 0.48% | - |
| HSV(B) | 232.39º | 0.71% | 0.74% | - |
| XYZ | 13.08 | 9.12 | 49.22 | - |
| YUV | 80.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 189 | 0.71 | 0.62 | 0 | 0.26 | 232.39 | 0.55 | 0.48 |
| Hex | 37 | 48 | BD | 47 | 3E | 0 | 1A | E8 | 37 | 30 |
| Octal | 67 | 110 | 275 | 107 | 76 | 0 | 32 | 350 | 67 | 60 |
| Binary | 110111 | 1001000 | 10111101 | 1000111 | 111110 | 0 | 11010 | 11101000 | 110111 | 110000 |
Color Harmonies of #3748BD
Complementary color
Monochromatic Colors of #3748BD
Black with #3748BD
Text Example
Text Example
White with #3748BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748BD; }
p { color: rgb(55,72,189); }
H1.HeaderClassName
{
color: #3748BD;
}
.AnyTagClassName
{
color: #3748BD;
}
</style>
background-color css
<style>
a { background-color: #3748BD; }
a { background-color: rgb(55,72,189); }
div.DivClassName
{
background-color: #3748BD;
}
.BgClassName
{
background-color: #3748BD;
}
</style>
border-color css
<style>
span { border-color: #3748BD; }
span { border-color: rgb(55,72,189); }
td.TdClassName
{
border-color: #3748BD;
}
.TagClassName
{
border-color: #3748BD;
}
</style>