Shades of Endeavour #2D628C
Tints of Endeavour #2D628C
RGB
CMYK
RGB Variations
Color information
#2D628C (or 0x2D628C) is known color: Endeavour. HEX triplet: 2D, 62 and 8C. RGB value is (45,98,140). Sum of RGB (Red+Green+Blue) = 45+98+140=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D628C is #D29D73. Grayscale: #565656. Windows color (decimal): -13802868 or 9200173. OLE color: 9200173.
HSL color Cylindrical-coordinate representation of color #2D628C: hue angle of 206.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D628C is Cyan = 0.68, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 98 | 140 | - |
| CMYK | 0.68 | 0.3 | 0 | 0.45 |
| HSL | 206.53º | 0.51% | 0.36% | - |
| HSV(B) | 206.53º | 0.68% | 0.55% | - |
| XYZ | 10.18 | 11.19 | 26.43 | - |
| YUV | 86.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 140 | 0.68 | 0.3 | 0 | 0.45 | 206.53 | 0.51 | 0.36 |
| Hex | 2D | 62 | 8C | 44 | 1E | 0 | 2D | CF | 33 | 24 |
| Octal | 55 | 142 | 214 | 104 | 36 | 0 | 55 | 317 | 63 | 44 |
| Binary | 101101 | 1100010 | 10001100 | 1000100 | 11110 | 0 | 101101 | 11001111 | 110011 | 100100 |
Color Harmonies of #2D628C
Complementary color
Monochromatic Colors of #2D628C
Black with #2D628C
Text Example
Text Example
White with #2D628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D628C; }
p { color: rgb(45,98,140); }
H1.HeaderClassName
{
color: #2D628C;
}
.AnyTagClassName
{
color: #2D628C;
}
</style>
background-color css
<style>
a { background-color: #2D628C; }
a { background-color: rgb(45,98,140); }
div.DivClassName
{
background-color: #2D628C;
}
.BgClassName
{
background-color: #2D628C;
}
</style>
border-color css
<style>
span { border-color: #2D628C; }
span { border-color: rgb(45,98,140); }
td.TdClassName
{
border-color: #2D628C;
}
.TagClassName
{
border-color: #2D628C;
}
</style>