Shades of Free Speech Blue #3742DC
Tints of Free Speech Blue #3742DC
RGB
CMYK
RGB Variations
Color information
#3742DC (or 0x3742DC) is known color: Free Speech Blue. HEX triplet: 37, 42 and DC. RGB value is (55,66,220). Sum of RGB (Red+Green+Blue) = 55+66+220=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #3742DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742DC is #C8BD23. Grayscale: #4F4F4F. Windows color (decimal): -13155620 or 14434871. OLE color: 14434871.
HSL color Cylindrical-coordinate representation of color #3742DC: hue angle of 236º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3742DC is Cyan = 0.75, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 66 | 220 | - |
| CMYK | 0.75 | 0.7 | 0 | 0.14 |
| HSL | 236º | 0.7% | 0.54% | - |
| HSV(B) | 236º | 0.75% | 0.86% | - |
| XYZ | 16.44 | 9.88 | 68.75 | - |
| YUV | 80.27 | 206.86 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 220 | 0.75 | 0.7 | 0 | 0.14 | 236 | 0.7 | 0.54 |
| Hex | 37 | 42 | DC | 4B | 46 | 0 | E | EC | 46 | 36 |
| Octal | 67 | 102 | 334 | 113 | 106 | 0 | 16 | 354 | 106 | 66 |
| Binary | 110111 | 1000010 | 11011100 | 1001011 | 1000110 | 0 | 1110 | 11101100 | 1000110 | 110110 |
Color Harmonies of #3742DC
Complementary color
Monochromatic Colors of #3742DC
Black with #3742DC
Text Example
Text Example
White with #3742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742DC; }
p { color: rgb(55,66,220); }
H1.HeaderClassName
{
color: #3742DC;
}
.AnyTagClassName
{
color: #3742DC;
}
</style>
background-color css
<style>
a { background-color: #3742DC; }
a { background-color: rgb(55,66,220); }
div.DivClassName
{
background-color: #3742DC;
}
.BgClassName
{
background-color: #3742DC;
}
</style>
border-color css
<style>
span { border-color: #3742DC; }
span { border-color: rgb(55,66,220); }
td.TdClassName
{
border-color: #3742DC;
}
.TagClassName
{
border-color: #3742DC;
}
</style>