Shades of Endeavour #2D6388
Tints of Endeavour #2D6388
RGB
CMYK
RGB Variations
Color information
#2D6388 (or 0x2D6388) is known color: Endeavour. HEX triplet: 2D, 63 and 88. RGB value is (45,99,136). Sum of RGB (Red+Green+Blue) = 45+99+136=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D6388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6388 is #D29C77. Grayscale: #565656. Windows color (decimal): -13802616 or 8938285. OLE color: 8938285.
HSL color Cylindrical-coordinate representation of color #2D6388: hue angle of 204.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D6388 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 99 | 136 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.47 |
| HSL | 204.4º | 0.5% | 0.35% | - |
| HSV(B) | 204.4º | 0.67% | 0.53% | - |
| XYZ | 9.99 | 11.26 | 24.94 | - |
| YUV | 87.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 136 | 0.67 | 0.27 | 0 | 0.47 | 204.4 | 0.5 | 0.35 |
| Hex | 2D | 63 | 88 | 43 | 1B | 0 | 2F | CC | 32 | 23 |
| Octal | 55 | 143 | 210 | 103 | 33 | 0 | 57 | 314 | 62 | 43 |
| Binary | 101101 | 1100011 | 10001000 | 1000011 | 11011 | 0 | 101111 | 11001100 | 110010 | 100011 |
Color Harmonies of #2D6388
Complementary color
Monochromatic Colors of #2D6388
Black with #2D6388
Text Example
Text Example
White with #2D6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6388; }
p { color: rgb(45,99,136); }
H1.HeaderClassName
{
color: #2D6388;
}
.AnyTagClassName
{
color: #2D6388;
}
</style>
background-color css
<style>
a { background-color: #2D6388; }
a { background-color: rgb(45,99,136); }
div.DivClassName
{
background-color: #2D6388;
}
.BgClassName
{
background-color: #2D6388;
}
</style>
border-color css
<style>
span { border-color: #2D6388; }
span { border-color: rgb(45,99,136); }
td.TdClassName
{
border-color: #2D6388;
}
.TagClassName
{
border-color: #2D6388;
}
</style>