Shades of Endeavour #2D5883
Tints of Endeavour #2D5883
RGB
CMYK
RGB Variations
Color information
#2D5883 (or 0x2D5883) is known color: Endeavour. HEX triplet: 2D, 58 and 83. RGB value is (45,88,131). Sum of RGB (Red+Green+Blue) = 45+88+131=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D5883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5883 is #D2A77C. Grayscale: #4F4F4F. Windows color (decimal): -13805437 or 8607789. OLE color: 8607789.
HSL color Cylindrical-coordinate representation of color #2D5883: hue angle of 210º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D5883 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 88 | 131 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.49 |
| HSL | 210º | 0.49% | 0.35% | - |
| HSV(B) | 210º | 0.66% | 0.51% | - |
| XYZ | 8.67 | 9.18 | 22.79 | - |
| YUV | 80.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 131 | 0.66 | 0.33 | 0 | 0.49 | 210 | 0.49 | 0.35 |
| Hex | 2D | 58 | 83 | 42 | 21 | 0 | 31 | D2 | 31 | 23 |
| Octal | 55 | 130 | 203 | 102 | 41 | 0 | 61 | 322 | 61 | 43 |
| Binary | 101101 | 1011000 | 10000011 | 1000010 | 100001 | 0 | 110001 | 11010010 | 110001 | 100011 |
Color Harmonies of #2D5883
Complementary color
Monochromatic Colors of #2D5883
Black with #2D5883
Text Example
Text Example
White with #2D5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5883; }
p { color: rgb(45,88,131); }
H1.HeaderClassName
{
color: #2D5883;
}
.AnyTagClassName
{
color: #2D5883;
}
</style>
background-color css
<style>
a { background-color: #2D5883; }
a { background-color: rgb(45,88,131); }
div.DivClassName
{
background-color: #2D5883;
}
.BgClassName
{
background-color: #2D5883;
}
</style>
border-color css
<style>
span { border-color: #2D5883; }
span { border-color: rgb(45,88,131); }
td.TdClassName
{
border-color: #2D5883;
}
.TagClassName
{
border-color: #2D5883;
}
</style>