Shades of Free Speech Blue #3753D2
Tints of Free Speech Blue #3753D2
RGB
CMYK
RGB Variations
Color information
#3753D2 (or 0x3753D2) is known color: Free Speech Blue. HEX triplet: 37, 53 and D2. RGB value is (55,83,210). Sum of RGB (Red+Green+Blue) = 55+83+210=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #3753D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3753D2 is #C8AC2D. Grayscale: #585858. Windows color (decimal): -13151278 or 13783863. OLE color: 13783863.
HSL color Cylindrical-coordinate representation of color #3753D2: hue angle of 229.16º 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 #3753D2 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 83 | 210 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.18 |
| HSL | 229.16º | 0.63% | 0.52% | - |
| HSV(B) | 229.16º | 0.74% | 0.82% | - |
| XYZ | 16.3 | 11.65 | 62.36 | - |
| YUV | 89.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 210 | 0.74 | 0.60 | 0 | 0.18 | 229.16 | 0.63 | 0.52 |
| Hex | 37 | 53 | D2 | 4A | 3C | 0 | 12 | E5 | 3F | 34 |
| Octal | 67 | 123 | 322 | 112 | 74 | 0 | 22 | 345 | 77 | 64 |
| Binary | 110111 | 1010011 | 11010010 | 1001010 | 111100 | 0 | 10010 | 11100101 | 111111 | 110100 |
Color Harmonies of #3753D2
Complementary color
Monochromatic Colors of #3753D2
Black with #3753D2
Text Example
Text Example
White with #3753D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3753D2; }
p { color: rgb(55,83,210); }
H1.HeaderClassName
{
color: #3753D2;
}
.AnyTagClassName
{
color: #3753D2;
}
</style>
background-color css
<style>
a { background-color: #3753D2; }
a { background-color: rgb(55,83,210); }
div.DivClassName
{
background-color: #3753D2;
}
.BgClassName
{
background-color: #3753D2;
}
</style>
border-color css
<style>
span { border-color: #3753D2; }
span { border-color: rgb(55,83,210); }
td.TdClassName
{
border-color: #3753D2;
}
.TagClassName
{
border-color: #3753D2;
}
</style>