Shades of Endeavour #2D5B92
Tints of Endeavour #2D5B92
RGB
CMYK
RGB Variations
Color information
#2D5B92 (or 0x2D5B92) is known color: Endeavour. HEX triplet: 2D, 5B and 92. RGB value is (45,91,146). Sum of RGB (Red+Green+Blue) = 45+91+146=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D5B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5B92 is #D2A46D. Grayscale: #535353. Windows color (decimal): -13804654 or 9591597. OLE color: 9591597.
HSL color Cylindrical-coordinate representation of color #2D5B92: hue angle of 212.67º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D5B92 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 91 | 146 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.43 |
| HSL | 212.67º | 0.53% | 0.37% | - |
| HSV(B) | 212.67º | 0.69% | 0.57% | - |
| XYZ | 10.01 | 10.12 | 28.62 | - |
| YUV | 83.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 146 | 0.69 | 0.38 | 0 | 0.43 | 212.67 | 0.53 | 0.37 |
| Hex | 2D | 5B | 92 | 45 | 26 | 0 | 2B | D5 | 35 | 25 |
| Octal | 55 | 133 | 222 | 105 | 46 | 0 | 53 | 325 | 65 | 45 |
| Binary | 101101 | 1011011 | 10010010 | 1000101 | 100110 | 0 | 101011 | 11010101 | 110101 | 100101 |
Color Harmonies of #2D5B92
Complementary color
Monochromatic Colors of #2D5B92
Black with #2D5B92
Text Example
Text Example
White with #2D5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B92; }
p { color: rgb(45,91,146); }
H1.HeaderClassName
{
color: #2D5B92;
}
.AnyTagClassName
{
color: #2D5B92;
}
</style>
background-color css
<style>
a { background-color: #2D5B92; }
a { background-color: rgb(45,91,146); }
div.DivClassName
{
background-color: #2D5B92;
}
.BgClassName
{
background-color: #2D5B92;
}
</style>
border-color css
<style>
span { border-color: #2D5B92; }
span { border-color: rgb(45,91,146); }
td.TdClassName
{
border-color: #2D5B92;
}
.TagClassName
{
border-color: #2D5B92;
}
</style>