Shades of Free Speech Blue #3743CB
Tints of Free Speech Blue #3743CB
RGB
CMYK
RGB Variations
Color information
#3743CB (or 0x3743CB) is known color: Free Speech Blue. HEX triplet: 37, 43 and CB. RGB value is (55,67,203). Sum of RGB (Red+Green+Blue) = 55+67+203=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #3743CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3743CB is #C8BC34. Grayscale: #4E4E4E. Windows color (decimal): -13155381 or 13321015. OLE color: 13321015.
HSL color Cylindrical-coordinate representation of color #3743CB: hue angle of 235.14º 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 #3743CB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 67 | 203 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.20 |
| HSL | 235.14º | 0.59% | 0.51% | - |
| HSV(B) | 235.14º | 0.73% | 0.8% | - |
| XYZ | 14.36 | 9.14 | 57.51 | - |
| YUV | 78.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 203 | 0.73 | 0.67 | 0 | 0.20 | 235.14 | 0.59 | 0.51 |
| Hex | 37 | 43 | CB | 49 | 43 | 0 | 14 | EB | 3B | 33 |
| Octal | 67 | 103 | 313 | 111 | 103 | 0 | 24 | 353 | 73 | 63 |
| Binary | 110111 | 1000011 | 11001011 | 1001001 | 1000011 | 0 | 10100 | 11101011 | 111011 | 110011 |
Color Harmonies of #3743CB
Complementary color
Monochromatic Colors of #3743CB
Black with #3743CB
Text Example
Text Example
White with #3743CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3743CB; }
p { color: rgb(55,67,203); }
H1.HeaderClassName
{
color: #3743CB;
}
.AnyTagClassName
{
color: #3743CB;
}
</style>
background-color css
<style>
a { background-color: #3743CB; }
a { background-color: rgb(55,67,203); }
div.DivClassName
{
background-color: #3743CB;
}
.BgClassName
{
background-color: #3743CB;
}
</style>
border-color css
<style>
span { border-color: #3743CB; }
span { border-color: rgb(55,67,203); }
td.TdClassName
{
border-color: #3743CB;
}
.TagClassName
{
border-color: #3743CB;
}
</style>