Shades of Endeavour #2C5C8C
Tints of Endeavour #2C5C8C
RGB
CMYK
RGB Variations
Color information
#2C5C8C (or 0x2C5C8C) is known color: Endeavour. HEX triplet: 2C, 5C and 8C. RGB value is (44,92,140). Sum of RGB (Red+Green+Blue) = 44+92+140=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C5C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5C8C is #D3A373. Grayscale: #525252. Windows color (decimal): -13869940 or 9198636. OLE color: 9198636.
HSL color Cylindrical-coordinate representation of color #2C5C8C: hue angle of 210º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C5C8C is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 92 | 140 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.45 |
| HSL | 210º | 0.52% | 0.36% | - |
| HSV(B) | 210º | 0.69% | 0.55% | - |
| XYZ | 9.6 | 10.08 | 26.25 | - |
| YUV | 83.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 140 | 0.69 | 0.34 | 0 | 0.45 | 210 | 0.52 | 0.36 |
| Hex | 2C | 5C | 8C | 45 | 22 | 0 | 2D | D2 | 34 | 24 |
| Octal | 54 | 134 | 214 | 105 | 42 | 0 | 55 | 322 | 64 | 44 |
| Binary | 101100 | 1011100 | 10001100 | 1000101 | 100010 | 0 | 101101 | 11010010 | 110100 | 100100 |
Color Harmonies of #2C5C8C
Complementary color
Monochromatic Colors of #2C5C8C
Black with #2C5C8C
Text Example
Text Example
White with #2C5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C8C; }
p { color: rgb(44,92,140); }
H1.HeaderClassName
{
color: #2C5C8C;
}
.AnyTagClassName
{
color: #2C5C8C;
}
</style>
background-color css
<style>
a { background-color: #2C5C8C; }
a { background-color: rgb(44,92,140); }
div.DivClassName
{
background-color: #2C5C8C;
}
.BgClassName
{
background-color: #2C5C8C;
}
</style>
border-color css
<style>
span { border-color: #2C5C8C; }
span { border-color: rgb(44,92,140); }
td.TdClassName
{
border-color: #2C5C8C;
}
.TagClassName
{
border-color: #2C5C8C;
}
</style>