Shades of Free Speech Blue #3752D6
Tints of Free Speech Blue #3752D6
RGB
CMYK
RGB Variations
Color information
#3752D6 (or 0x3752D6) is known color: Free Speech Blue. HEX triplet: 37, 52 and D6. RGB value is (55,82,214). Sum of RGB (Red+Green+Blue) = 55+82+214=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #3752D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752D6 is #C8AD29. Grayscale: #585858. Windows color (decimal): -13151530 or 14045751. OLE color: 14045751.
HSL color Cylindrical-coordinate representation of color #3752D6: hue angle of 229.81º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3752D6 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 82 | 214 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.16 |
| HSL | 229.81º | 0.66% | 0.53% | - |
| HSV(B) | 229.81º | 0.74% | 0.84% | - |
| XYZ | 16.73 | 11.7 | 65 | - |
| YUV | 88.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 214 | 0.74 | 0.62 | 0 | 0.16 | 229.81 | 0.66 | 0.53 |
| Hex | 37 | 52 | D6 | 4A | 3E | 0 | 10 | E6 | 42 | 35 |
| Octal | 67 | 122 | 326 | 112 | 76 | 0 | 20 | 346 | 102 | 65 |
| Binary | 110111 | 1010010 | 11010110 | 1001010 | 111110 | 0 | 10000 | 11100110 | 1000010 | 110101 |
Color Harmonies of #3752D6
Complementary color
Monochromatic Colors of #3752D6
Black with #3752D6
Text Example
Text Example
White with #3752D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752D6; }
p { color: rgb(55,82,214); }
H1.HeaderClassName
{
color: #3752D6;
}
.AnyTagClassName
{
color: #3752D6;
}
</style>
background-color css
<style>
a { background-color: #3752D6; }
a { background-color: rgb(55,82,214); }
div.DivClassName
{
background-color: #3752D6;
}
.BgClassName
{
background-color: #3752D6;
}
</style>
border-color css
<style>
span { border-color: #3752D6; }
span { border-color: rgb(55,82,214); }
td.TdClassName
{
border-color: #3752D6;
}
.TagClassName
{
border-color: #3752D6;
}
</style>