Shades of Free Speech Blue #3765CB
Tints of Free Speech Blue #3765CB
RGB
CMYK
RGB Variations
Color information
#3765CB (or 0x3765CB) is known color: Free Speech Blue. HEX triplet: 37, 65 and CB. RGB value is (55,101,203). Sum of RGB (Red+Green+Blue) = 55+101+203=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #3765CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765CB is #C89A34. Grayscale: #626262. Windows color (decimal): -13146677 or 13329719. OLE color: 13329719.
HSL color Cylindrical-coordinate representation of color #3765CB: hue angle of 221.35º 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 #3765CB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 101 | 203 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.20 |
| HSL | 221.35º | 0.59% | 0.51% | - |
| HSV(B) | 221.35º | 0.73% | 0.8% | - |
| XYZ | 17.01 | 14.43 | 58.39 | - |
| YUV | 98.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 203 | 0.73 | 0.50 | 0 | 0.20 | 221.35 | 0.59 | 0.51 |
| Hex | 37 | 65 | CB | 49 | 32 | 0 | 14 | DD | 3B | 33 |
| Octal | 67 | 145 | 313 | 111 | 62 | 0 | 24 | 335 | 73 | 63 |
| Binary | 110111 | 1100101 | 11001011 | 1001001 | 110010 | 0 | 10100 | 11011101 | 111011 | 110011 |
Color Harmonies of #3765CB
Complementary color
Monochromatic Colors of #3765CB
Black with #3765CB
Text Example
Text Example
White with #3765CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3765CB; }
p { color: rgb(55,101,203); }
H1.HeaderClassName
{
color: #3765CB;
}
.AnyTagClassName
{
color: #3765CB;
}
</style>
background-color css
<style>
a { background-color: #3765CB; }
a { background-color: rgb(55,101,203); }
div.DivClassName
{
background-color: #3765CB;
}
.BgClassName
{
background-color: #3765CB;
}
</style>
border-color css
<style>
span { border-color: #3765CB; }
span { border-color: rgb(55,101,203); }
td.TdClassName
{
border-color: #3765CB;
}
.TagClassName
{
border-color: #3765CB;
}
</style>