Shades of Endeavour #2C529D
Tints of Endeavour #2C529D
RGB
CMYK
RGB Variations
Color information
#2C529D (or 0x2C529D) is known color: Endeavour. HEX triplet: 2C, 52 and 9D. RGB value is (44,82,157). Sum of RGB (Red+Green+Blue) = 44+82+157=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C529D is #D3AD62. Grayscale: #4E4E4E. Windows color (decimal): -13872483 or 10310188. OLE color: 10310188.
HSL color Cylindrical-coordinate representation of color #2C529D: hue angle of 219.82º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C529D is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 82 | 157 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.38 |
| HSL | 219.82º | 0.56% | 0.39% | - |
| HSV(B) | 219.82º | 0.72% | 0.62% | - |
| XYZ | 10.14 | 9 | 33.1 | - |
| YUV | 79.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 157 | 0.72 | 0.48 | 0 | 0.38 | 219.82 | 0.56 | 0.39 |
| Hex | 2C | 52 | 9D | 48 | 30 | 0 | 26 | DC | 38 | 27 |
| Octal | 54 | 122 | 235 | 110 | 60 | 0 | 46 | 334 | 70 | 47 |
| Binary | 101100 | 1010010 | 10011101 | 1001000 | 110000 | 0 | 100110 | 11011100 | 111000 | 100111 |
Color Harmonies of #2C529D
Complementary color
Monochromatic Colors of #2C529D
Black with #2C529D
Text Example
Text Example
White with #2C529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C529D; }
p { color: rgb(44,82,157); }
H1.HeaderClassName
{
color: #2C529D;
}
.AnyTagClassName
{
color: #2C529D;
}
</style>
background-color css
<style>
a { background-color: #2C529D; }
a { background-color: rgb(44,82,157); }
div.DivClassName
{
background-color: #2C529D;
}
.BgClassName
{
background-color: #2C529D;
}
</style>
border-color css
<style>
span { border-color: #2C529D; }
span { border-color: rgb(44,82,157); }
td.TdClassName
{
border-color: #2C529D;
}
.TagClassName
{
border-color: #2C529D;
}
</style>