Shades of Endeavour #2D638D
Tints of Endeavour #2D638D
RGB
CMYK
RGB Variations
Color information
#2D638D (or 0x2D638D) is known color: Endeavour. HEX triplet: 2D, 63 and 8D. RGB value is (45,99,141). Sum of RGB (Red+Green+Blue) = 45+99+141=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D638D is #D29C72. Grayscale: #575757. Windows color (decimal): -13802611 or 9265965. OLE color: 9265965.
HSL color Cylindrical-coordinate representation of color #2D638D: hue angle of 206.25º 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 #2D638D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 99 | 141 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.45 |
| HSL | 206.25º | 0.52% | 0.36% | - |
| HSV(B) | 206.25º | 0.68% | 0.55% | - |
| XYZ | 10.35 | 11.4 | 26.86 | - |
| YUV | 87.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 141 | 0.68 | 0.30 | 0 | 0.45 | 206.25 | 0.52 | 0.36 |
| Hex | 2D | 63 | 8D | 44 | 1E | 0 | 2D | CE | 34 | 24 |
| Octal | 55 | 143 | 215 | 104 | 36 | 0 | 55 | 316 | 64 | 44 |
| Binary | 101101 | 1100011 | 10001101 | 1000100 | 11110 | 0 | 101101 | 11001110 | 110100 | 100100 |
Color Harmonies of #2D638D
Complementary color
Monochromatic Colors of #2D638D
Black with #2D638D
Text Example
Text Example
White with #2D638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D638D; }
p { color: rgb(45,99,141); }
H1.HeaderClassName
{
color: #2D638D;
}
.AnyTagClassName
{
color: #2D638D;
}
</style>
background-color css
<style>
a { background-color: #2D638D; }
a { background-color: rgb(45,99,141); }
div.DivClassName
{
background-color: #2D638D;
}
.BgClassName
{
background-color: #2D638D;
}
</style>
border-color css
<style>
span { border-color: #2D638D; }
span { border-color: rgb(45,99,141); }
td.TdClassName
{
border-color: #2D638D;
}
.TagClassName
{
border-color: #2D638D;
}
</style>