Shades of Free Speech Blue #3745CC
Tints of Free Speech Blue #3745CC
RGB
CMYK
RGB Variations
Color information
#3745CC (or 0x3745CC) is known color: Free Speech Blue. HEX triplet: 37, 45 and CC. RGB value is (55,69,204). Sum of RGB (Red+Green+Blue) = 55+69+204=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #3745CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3745CC is #C8BA33. Grayscale: #4F4F4F. Windows color (decimal): -13154868 or 13387063. OLE color: 13387063.
HSL color Cylindrical-coordinate representation of color #3745CC: hue angle of 234.36º 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 #3745CC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 69 | 204 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.2 |
| HSL | 234.36º | 0.59% | 0.51% | - |
| HSV(B) | 234.36º | 0.73% | 0.8% | - |
| XYZ | 14.6 | 9.43 | 58.18 | - |
| YUV | 80.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 204 | 0.73 | 0.66 | 0 | 0.2 | 234.36 | 0.59 | 0.51 |
| Hex | 37 | 45 | CC | 49 | 42 | 0 | 14 | EA | 3B | 33 |
| Octal | 67 | 105 | 314 | 111 | 102 | 0 | 24 | 352 | 73 | 63 |
| Binary | 110111 | 1000101 | 11001100 | 1001001 | 1000010 | 0 | 10100 | 11101010 | 111011 | 110011 |
Color Harmonies of #3745CC
Complementary color
Monochromatic Colors of #3745CC
Black with #3745CC
Text Example
Text Example
White with #3745CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3745CC; }
p { color: rgb(55,69,204); }
H1.HeaderClassName
{
color: #3745CC;
}
.AnyTagClassName
{
color: #3745CC;
}
</style>
background-color css
<style>
a { background-color: #3745CC; }
a { background-color: rgb(55,69,204); }
div.DivClassName
{
background-color: #3745CC;
}
.BgClassName
{
background-color: #3745CC;
}
</style>
border-color css
<style>
span { border-color: #3745CC; }
span { border-color: rgb(55,69,204); }
td.TdClassName
{
border-color: #3745CC;
}
.TagClassName
{
border-color: #3745CC;
}
</style>