Shades of Free Speech Blue #3742DD
Tints of Free Speech Blue #3742DD
RGB
CMYK
RGB Variations
Color information
#3742DD (or 0x3742DD) is known color: Free Speech Blue. HEX triplet: 37, 42 and DD. RGB value is (55,66,221). Sum of RGB (Red+Green+Blue) = 55+66+221=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #3742DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742DD is #C8BD22. Grayscale: #4F4F4F. Windows color (decimal): -13155619 or 14500407. OLE color: 14500407.
HSL color Cylindrical-coordinate representation of color #3742DD: hue angle of 236.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3742DD is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 66 | 221 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.13 |
| HSL | 236.02º | 0.71% | 0.54% | - |
| HSV(B) | 236.02º | 0.75% | 0.87% | - |
| XYZ | 16.57 | 9.93 | 69.45 | - |
| YUV | 80.38 | 207.36 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 221 | 0.75 | 0.70 | 0 | 0.13 | 236.02 | 0.71 | 0.54 |
| Hex | 37 | 42 | DD | 4B | 46 | 0 | D | EC | 47 | 36 |
| Octal | 67 | 102 | 335 | 113 | 106 | 0 | 15 | 354 | 107 | 66 |
| Binary | 110111 | 1000010 | 11011101 | 1001011 | 1000110 | 0 | 1101 | 11101100 | 1000111 | 110110 |
Color Harmonies of #3742DD
Complementary color
Monochromatic Colors of #3742DD
Black with #3742DD
Text Example
Text Example
White with #3742DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742DD; }
p { color: rgb(55,66,221); }
H1.HeaderClassName
{
color: #3742DD;
}
.AnyTagClassName
{
color: #3742DD;
}
</style>
background-color css
<style>
a { background-color: #3742DD; }
a { background-color: rgb(55,66,221); }
div.DivClassName
{
background-color: #3742DD;
}
.BgClassName
{
background-color: #3742DD;
}
</style>
border-color css
<style>
span { border-color: #3742DD; }
span { border-color: rgb(55,66,221); }
td.TdClassName
{
border-color: #3742DD;
}
.TagClassName
{
border-color: #3742DD;
}
</style>