Shades of Endeavour #326190
Tints of Endeavour #326190
RGB
CMYK
RGB Variations
Color information
#326190 (or 0x326190) is known color: Endeavour. HEX triplet: 32, 61 and 90. RGB value is (50,97,144). Sum of RGB (Red+Green+Blue) = 50+97+144=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #326190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326190 is #CD9E6F. Grayscale: #585858. Windows color (decimal): -13475440 or 9462066. OLE color: 9462066.
HSL color Cylindrical-coordinate representation of color #326190: hue angle of 210º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326190 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 97 | 144 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.44 |
| HSL | 210º | 0.48% | 0.38% | - |
| HSV(B) | 210º | 0.65% | 0.56% | - |
| XYZ | 10.62 | 11.24 | 28 | - |
| YUV | 88.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 144 | 0.65 | 0.33 | 0 | 0.44 | 210 | 0.48 | 0.38 |
| Hex | 32 | 61 | 90 | 41 | 21 | 0 | 2C | D2 | 30 | 26 |
| Octal | 62 | 141 | 220 | 101 | 41 | 0 | 54 | 322 | 60 | 46 |
| Binary | 110010 | 1100001 | 10010000 | 1000001 | 100001 | 0 | 101100 | 11010010 | 110000 | 100110 |
Color Harmonies of #326190
Complementary color
Monochromatic Colors of #326190
Black with #326190
Text Example
Text Example
White with #326190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326190; }
p { color: rgb(50,97,144); }
H1.HeaderClassName
{
color: #326190;
}
.AnyTagClassName
{
color: #326190;
}
</style>
background-color css
<style>
a { background-color: #326190; }
a { background-color: rgb(50,97,144); }
div.DivClassName
{
background-color: #326190;
}
.BgClassName
{
background-color: #326190;
}
</style>
border-color css
<style>
span { border-color: #326190; }
span { border-color: rgb(50,97,144); }
td.TdClassName
{
border-color: #326190;
}
.TagClassName
{
border-color: #326190;
}
</style>