Shades of Free Speech Blue #3743CC
Tints of Free Speech Blue #3743CC
RGB
CMYK
RGB Variations
Color information
#3743CC (or 0x3743CC) is known color: Free Speech Blue. HEX triplet: 37, 43 and CC. RGB value is (55,67,204). Sum of RGB (Red+Green+Blue) = 55+67+204=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #3743CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3743CC is #C8BC33. Grayscale: #4E4E4E. Windows color (decimal): -13155380 or 13386551. OLE color: 13386551.
HSL color Cylindrical-coordinate representation of color #3743CC: hue angle of 235.17º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3743CC is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 67 | 204 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.2 |
| HSL | 235.17º | 0.59% | 0.51% | - |
| HSV(B) | 235.17º | 0.73% | 0.8% | - |
| XYZ | 14.48 | 9.19 | 58.14 | - |
| YUV | 79.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 204 | 0.73 | 0.67 | 0 | 0.2 | 235.17 | 0.59 | 0.51 |
| Hex | 37 | 43 | CC | 49 | 43 | 0 | 14 | EB | 3B | 33 |
| Octal | 67 | 103 | 314 | 111 | 103 | 0 | 24 | 353 | 73 | 63 |
| Binary | 110111 | 1000011 | 11001100 | 1001001 | 1000011 | 0 | 10100 | 11101011 | 111011 | 110011 |
Color Harmonies of #3743CC
Complementary color
Monochromatic Colors of #3743CC
Black with #3743CC
Text Example
Text Example
White with #3743CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3743CC; }
p { color: rgb(55,67,204); }
H1.HeaderClassName
{
color: #3743CC;
}
.AnyTagClassName
{
color: #3743CC;
}
</style>
background-color css
<style>
a { background-color: #3743CC; }
a { background-color: rgb(55,67,204); }
div.DivClassName
{
background-color: #3743CC;
}
.BgClassName
{
background-color: #3743CC;
}
</style>
border-color css
<style>
span { border-color: #3743CC; }
span { border-color: rgb(55,67,204); }
td.TdClassName
{
border-color: #3743CC;
}
.TagClassName
{
border-color: #3743CC;
}
</style>