Shades of Endeavour #32628A
Tints of Endeavour #32628A
RGB
CMYK
RGB Variations
Color information
#32628A (or 0x32628A) is known color: Endeavour. HEX triplet: 32, 62 and 8A. RGB value is (50,98,138). Sum of RGB (Red+Green+Blue) = 50+98+138=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #32628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32628A is #CD9D75. Grayscale: #585858. Windows color (decimal): -13475190 or 9069106. OLE color: 9069106.
HSL color Cylindrical-coordinate representation of color #32628A: hue angle of 207.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32628A is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 98 | 138 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.46 |
| HSL | 207.27º | 0.47% | 0.37% | - |
| HSV(B) | 207.27º | 0.64% | 0.54% | - |
| XYZ | 10.27 | 11.25 | 25.67 | - |
| YUV | 88.21 | 156.1 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 138 | 0.64 | 0.29 | 0 | 0.46 | 207.27 | 0.47 | 0.37 |
| Hex | 32 | 62 | 8A | 40 | 1D | 0 | 2E | CF | 2F | 25 |
| Octal | 62 | 142 | 212 | 100 | 35 | 0 | 56 | 317 | 57 | 45 |
| Binary | 110010 | 1100010 | 10001010 | 1000000 | 11101 | 0 | 101110 | 11001111 | 101111 | 100101 |
Color Harmonies of #32628A
Complementary color
Monochromatic Colors of #32628A
Black with #32628A
Text Example
Text Example
White with #32628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32628A; }
p { color: rgb(50,98,138); }
H1.HeaderClassName
{
color: #32628A;
}
.AnyTagClassName
{
color: #32628A;
}
</style>
background-color css
<style>
a { background-color: #32628A; }
a { background-color: rgb(50,98,138); }
div.DivClassName
{
background-color: #32628A;
}
.BgClassName
{
background-color: #32628A;
}
</style>
border-color css
<style>
span { border-color: #32628A; }
span { border-color: rgb(50,98,138); }
td.TdClassName
{
border-color: #32628A;
}
.TagClassName
{
border-color: #32628A;
}
</style>