Shades of Free Speech Blue #3742CB
Tints of Free Speech Blue #3742CB
RGB
CMYK
RGB Variations
Color information
#3742CB (or 0x3742CB) is known color: Free Speech Blue. HEX triplet: 37, 42 and CB. RGB value is (55,66,203). Sum of RGB (Red+Green+Blue) = 55+66+203=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3742CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742CB is #C8BD34. Grayscale: #4D4D4D. Windows color (decimal): -13155637 or 13320759. OLE color: 13320759.
HSL color Cylindrical-coordinate representation of color #3742CB: hue angle of 235.54º 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 #3742CB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 66 | 203 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.20 |
| HSL | 235.54º | 0.59% | 0.51% | - |
| HSV(B) | 235.54º | 0.73% | 0.8% | - |
| XYZ | 14.3 | 9.02 | 57.49 | - |
| YUV | 78.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 203 | 0.73 | 0.67 | 0 | 0.20 | 235.54 | 0.59 | 0.51 |
| Hex | 37 | 42 | CB | 49 | 43 | 0 | 14 | EC | 3B | 33 |
| Octal | 67 | 102 | 313 | 111 | 103 | 0 | 24 | 354 | 73 | 63 |
| Binary | 110111 | 1000010 | 11001011 | 1001001 | 1000011 | 0 | 10100 | 11101100 | 111011 | 110011 |
Color Harmonies of #3742CB
Complementary color
Monochromatic Colors of #3742CB
Black with #3742CB
Text Example
Text Example
White with #3742CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742CB; }
p { color: rgb(55,66,203); }
H1.HeaderClassName
{
color: #3742CB;
}
.AnyTagClassName
{
color: #3742CB;
}
</style>
background-color css
<style>
a { background-color: #3742CB; }
a { background-color: rgb(55,66,203); }
div.DivClassName
{
background-color: #3742CB;
}
.BgClassName
{
background-color: #3742CB;
}
</style>
border-color css
<style>
span { border-color: #3742CB; }
span { border-color: rgb(55,66,203); }
td.TdClassName
{
border-color: #3742CB;
}
.TagClassName
{
border-color: #3742CB;
}
</style>