Shades of Free Speech Blue #3742D9
Tints of Free Speech Blue #3742D9
RGB
CMYK
RGB Variations
Color information
#3742D9 (or 0x3742D9) is known color: Free Speech Blue. HEX triplet: 37, 42 and D9. RGB value is (55,66,217). Sum of RGB (Red+Green+Blue) = 55+66+217=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #3742D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742D9 is #C8BD26. Grayscale: #4F4F4F. Windows color (decimal): -13155623 or 14238263. OLE color: 14238263.
HSL color Cylindrical-coordinate representation of color #3742D9: hue angle of 235.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3742D9 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 66 | 217 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.15 |
| HSL | 235.93º | 0.68% | 0.53% | - |
| HSV(B) | 235.93º | 0.75% | 0.85% | - |
| XYZ | 16.05 | 9.72 | 66.68 | - |
| YUV | 79.93 | 205.36 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 217 | 0.75 | 0.70 | 0 | 0.15 | 235.93 | 0.68 | 0.53 |
| Hex | 37 | 42 | D9 | 4B | 46 | 0 | F | EC | 44 | 35 |
| Octal | 67 | 102 | 331 | 113 | 106 | 0 | 17 | 354 | 104 | 65 |
| Binary | 110111 | 1000010 | 11011001 | 1001011 | 1000110 | 0 | 1111 | 11101100 | 1000100 | 110101 |
Color Harmonies of #3742D9
Complementary color
Monochromatic Colors of #3742D9
Black with #3742D9
Text Example
Text Example
White with #3742D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742D9; }
p { color: rgb(55,66,217); }
H1.HeaderClassName
{
color: #3742D9;
}
.AnyTagClassName
{
color: #3742D9;
}
</style>
background-color css
<style>
a { background-color: #3742D9; }
a { background-color: rgb(55,66,217); }
div.DivClassName
{
background-color: #3742D9;
}
.BgClassName
{
background-color: #3742D9;
}
</style>
border-color css
<style>
span { border-color: #3742D9; }
span { border-color: rgb(55,66,217); }
td.TdClassName
{
border-color: #3742D9;
}
.TagClassName
{
border-color: #3742D9;
}
</style>