Shades of Free Speech Blue #3748C9
Tints of Free Speech Blue #3748C9
RGB
CMYK
RGB Variations
Color information
#3748C9 (or 0x3748C9) is known color: Free Speech Blue. HEX triplet: 37, 48 and C9. RGB value is (55,72,201). Sum of RGB (Red+Green+Blue) = 55+72+201=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #3748C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748C9 is #C8B736. Grayscale: #515151. Windows color (decimal): -13154103 or 13191223. OLE color: 13191223.
HSL color Cylindrical-coordinate representation of color #3748C9: hue angle of 233.01º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3748C9 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 72 | 201 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.21 |
| HSL | 233.01º | 0.57% | 0.5% | - |
| HSV(B) | 233.01º | 0.73% | 0.79% | - |
| XYZ | 14.44 | 9.66 | 56.36 | - |
| YUV | 81.62 | 195.37 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 201 | 0.73 | 0.64 | 0 | 0.21 | 233.01 | 0.57 | 0.5 |
| Hex | 37 | 48 | C9 | 49 | 40 | 0 | 15 | E9 | 39 | 32 |
| Octal | 67 | 110 | 311 | 111 | 100 | 0 | 25 | 351 | 71 | 62 |
| Binary | 110111 | 1001000 | 11001001 | 1001001 | 1000000 | 0 | 10101 | 11101001 | 111001 | 110010 |
Color Harmonies of #3748C9
Complementary color
Monochromatic Colors of #3748C9
Black with #3748C9
Text Example
Text Example
White with #3748C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748C9; }
p { color: rgb(55,72,201); }
H1.HeaderClassName
{
color: #3748C9;
}
.AnyTagClassName
{
color: #3748C9;
}
</style>
background-color css
<style>
a { background-color: #3748C9; }
a { background-color: rgb(55,72,201); }
div.DivClassName
{
background-color: #3748C9;
}
.BgClassName
{
background-color: #3748C9;
}
</style>
border-color css
<style>
span { border-color: #3748C9; }
span { border-color: rgb(55,72,201); }
td.TdClassName
{
border-color: #3748C9;
}
.TagClassName
{
border-color: #3748C9;
}
</style>