Shades of Endeavour #2D628D
Tints of Endeavour #2D628D
RGB
CMYK
RGB Variations
Color information
#2D628D (or 0x2D628D) is known color: Endeavour. HEX triplet: 2D, 62 and 8D. RGB value is (45,98,141). Sum of RGB (Red+Green+Blue) = 45+98+141=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D628D is #D29D72. Grayscale: #565656. Windows color (decimal): -13802867 or 9265709. OLE color: 9265709.
HSL color Cylindrical-coordinate representation of color #2D628D: hue angle of 206.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D628D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 98 | 141 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.45 |
| HSL | 206.88º | 0.52% | 0.36% | - |
| HSV(B) | 206.88º | 0.68% | 0.55% | - |
| XYZ | 10.26 | 11.22 | 26.82 | - |
| YUV | 87.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 141 | 0.68 | 0.30 | 0 | 0.45 | 206.88 | 0.52 | 0.36 |
| Hex | 2D | 62 | 8D | 44 | 1E | 0 | 2D | CF | 34 | 24 |
| Octal | 55 | 142 | 215 | 104 | 36 | 0 | 55 | 317 | 64 | 44 |
| Binary | 101101 | 1100010 | 10001101 | 1000100 | 11110 | 0 | 101101 | 11001111 | 110100 | 100100 |
Color Harmonies of #2D628D
Complementary color
Monochromatic Colors of #2D628D
Black with #2D628D
Text Example
Text Example
White with #2D628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D628D; }
p { color: rgb(45,98,141); }
H1.HeaderClassName
{
color: #2D628D;
}
.AnyTagClassName
{
color: #2D628D;
}
</style>
background-color css
<style>
a { background-color: #2D628D; }
a { background-color: rgb(45,98,141); }
div.DivClassName
{
background-color: #2D628D;
}
.BgClassName
{
background-color: #2D628D;
}
</style>
border-color css
<style>
span { border-color: #2D628D; }
span { border-color: rgb(45,98,141); }
td.TdClassName
{
border-color: #2D628D;
}
.TagClassName
{
border-color: #2D628D;
}
</style>