Shades of Endeavour #34628D
Tints of Endeavour #34628D
RGB
CMYK
RGB Variations
Color information
#34628D (or 0x34628D) is known color: Endeavour. HEX triplet: 34, 62 and 8D. RGB value is (52,98,141). Sum of RGB (Red+Green+Blue) = 52+98+141=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #34628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34628D is #CB9D72. Grayscale: #585858. Windows color (decimal): -13344115 or 9265716. OLE color: 9265716.
HSL color Cylindrical-coordinate representation of color #34628D: hue angle of 208.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34628D is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 98 | 141 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.45 |
| HSL | 208.99º | 0.46% | 0.38% | - |
| HSV(B) | 208.99º | 0.63% | 0.55% | - |
| XYZ | 10.59 | 11.39 | 26.84 | - |
| YUV | 89.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 141 | 0.63 | 0.30 | 0 | 0.45 | 208.99 | 0.46 | 0.38 |
| Hex | 34 | 62 | 8D | 3F | 1E | 0 | 2D | D1 | 2E | 26 |
| Octal | 64 | 142 | 215 | 77 | 36 | 0 | 55 | 321 | 56 | 46 |
| Binary | 110100 | 1100010 | 10001101 | 111111 | 11110 | 0 | 101101 | 11010001 | 101110 | 100110 |
Color Harmonies of #34628D
Complementary color
Monochromatic Colors of #34628D
Black with #34628D
Text Example
Text Example
White with #34628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34628D; }
p { color: rgb(52,98,141); }
H1.HeaderClassName
{
color: #34628D;
}
.AnyTagClassName
{
color: #34628D;
}
</style>
background-color css
<style>
a { background-color: #34628D; }
a { background-color: rgb(52,98,141); }
div.DivClassName
{
background-color: #34628D;
}
.BgClassName
{
background-color: #34628D;
}
</style>
border-color css
<style>
span { border-color: #34628D; }
span { border-color: rgb(52,98,141); }
td.TdClassName
{
border-color: #34628D;
}
.TagClassName
{
border-color: #34628D;
}
</style>