Shades of Free Speech Blue #3760D1
Tints of Free Speech Blue #3760D1
RGB
CMYK
RGB Variations
Color information
#3760D1 (or 0x3760D1) is known color: Free Speech Blue. HEX triplet: 37, 60 and D1. RGB value is (55,96,209). Sum of RGB (Red+Green+Blue) = 55+96+209=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #3760D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760D1 is #C89F2E. Grayscale: #606060. Windows color (decimal): -13147951 or 13721655. OLE color: 13721655.
HSL color Cylindrical-coordinate representation of color #3760D1: hue angle of 224.03º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3760D1 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 96 | 209 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.18 |
| HSL | 224.03º | 0.63% | 0.52% | - |
| HSV(B) | 224.03º | 0.74% | 0.82% | - |
| XYZ | 17.27 | 13.78 | 62.07 | - |
| YUV | 96.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 209 | 0.74 | 0.54 | 0 | 0.18 | 224.03 | 0.63 | 0.52 |
| Hex | 37 | 60 | D1 | 4A | 36 | 0 | 12 | E0 | 3F | 34 |
| Octal | 67 | 140 | 321 | 112 | 66 | 0 | 22 | 340 | 77 | 64 |
| Binary | 110111 | 1100000 | 11010001 | 1001010 | 110110 | 0 | 10010 | 11100000 | 111111 | 110100 |
Color Harmonies of #3760D1
Complementary color
Monochromatic Colors of #3760D1
Black with #3760D1
Text Example
Text Example
White with #3760D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3760D1; }
p { color: rgb(55,96,209); }
H1.HeaderClassName
{
color: #3760D1;
}
.AnyTagClassName
{
color: #3760D1;
}
</style>
background-color css
<style>
a { background-color: #3760D1; }
a { background-color: rgb(55,96,209); }
div.DivClassName
{
background-color: #3760D1;
}
.BgClassName
{
background-color: #3760D1;
}
</style>
border-color css
<style>
span { border-color: #3760D1; }
span { border-color: rgb(55,96,209); }
td.TdClassName
{
border-color: #3760D1;
}
.TagClassName
{
border-color: #3760D1;
}
</style>