Shades of Endeavour #34628F
Tints of Endeavour #34628F
RGB
CMYK
RGB Variations
Color information
#34628F (or 0x34628F) is known color: Endeavour. HEX triplet: 34, 62 and 8F. RGB value is (52,98,143). Sum of RGB (Red+Green+Blue) = 52+98+143=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #34628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34628F is #CB9D70. Grayscale: #595959. Windows color (decimal): -13344113 or 9396788. OLE color: 9396788.
HSL color Cylindrical-coordinate representation of color #34628F: hue angle of 209.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34628F is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 98 | 143 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.44 |
| HSL | 209.67º | 0.47% | 0.38% | - |
| HSV(B) | 209.67º | 0.64% | 0.56% | - |
| XYZ | 10.74 | 11.45 | 27.63 | - |
| YUV | 89.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 143 | 0.64 | 0.31 | 0 | 0.44 | 209.67 | 0.47 | 0.38 |
| Hex | 34 | 62 | 8F | 40 | 1F | 0 | 2C | D2 | 2F | 26 |
| Octal | 64 | 142 | 217 | 100 | 37 | 0 | 54 | 322 | 57 | 46 |
| Binary | 110100 | 1100010 | 10001111 | 1000000 | 11111 | 0 | 101100 | 11010010 | 101111 | 100110 |
Color Harmonies of #34628F
Complementary color
Monochromatic Colors of #34628F
Black with #34628F
Text Example
Text Example
White with #34628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34628F; }
p { color: rgb(52,98,143); }
H1.HeaderClassName
{
color: #34628F;
}
.AnyTagClassName
{
color: #34628F;
}
</style>
background-color css
<style>
a { background-color: #34628F; }
a { background-color: rgb(52,98,143); }
div.DivClassName
{
background-color: #34628F;
}
.BgClassName
{
background-color: #34628F;
}
</style>
border-color css
<style>
span { border-color: #34628F; }
span { border-color: rgb(52,98,143); }
td.TdClassName
{
border-color: #34628F;
}
.TagClassName
{
border-color: #34628F;
}
</style>