Shades of Free Speech Blue #3753CA
Tints of Free Speech Blue #3753CA
RGB
CMYK
RGB Variations
Color information
#3753CA (or 0x3753CA) is known color: Free Speech Blue. HEX triplet: 37, 53 and CA. RGB value is (55,83,202). Sum of RGB (Red+Green+Blue) = 55+83+202=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #3753CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3753CA is #C8AC35. Grayscale: #575757. Windows color (decimal): -13151286 or 13259575. OLE color: 13259575.
HSL color Cylindrical-coordinate representation of color #3753CA: hue angle of 228.57º degrees, saturation: 0.58, 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 #3753CA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 83 | 202 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.21 |
| HSL | 228.57º | 0.58% | 0.5% | - |
| HSV(B) | 228.57º | 0.73% | 0.79% | - |
| XYZ | 15.33 | 11.26 | 57.24 | - |
| YUV | 88.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 202 | 0.73 | 0.59 | 0 | 0.21 | 228.57 | 0.58 | 0.5 |
| Hex | 37 | 53 | CA | 49 | 3B | 0 | 15 | E5 | 3A | 32 |
| Octal | 67 | 123 | 312 | 111 | 73 | 0 | 25 | 345 | 72 | 62 |
| Binary | 110111 | 1010011 | 11001010 | 1001001 | 111011 | 0 | 10101 | 11100101 | 111010 | 110010 |
Color Harmonies of #3753CA
Complementary color
Monochromatic Colors of #3753CA
Black with #3753CA
Text Example
Text Example
White with #3753CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3753CA; }
p { color: rgb(55,83,202); }
H1.HeaderClassName
{
color: #3753CA;
}
.AnyTagClassName
{
color: #3753CA;
}
</style>
background-color css
<style>
a { background-color: #3753CA; }
a { background-color: rgb(55,83,202); }
div.DivClassName
{
background-color: #3753CA;
}
.BgClassName
{
background-color: #3753CA;
}
</style>
border-color css
<style>
span { border-color: #3753CA; }
span { border-color: rgb(55,83,202); }
td.TdClassName
{
border-color: #3753CA;
}
.TagClassName
{
border-color: #3753CA;
}
</style>