Shades of Endeavour #34618F
Tints of Endeavour #34618F
RGB
CMYK
RGB Variations
Color information
#34618F (or 0x34618F) is known color: Endeavour. HEX triplet: 34, 61 and 8F. RGB value is (52,97,143). Sum of RGB (Red+Green+Blue) = 52+97+143=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #34618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34618F is #CB9E70. Grayscale: #585858. Windows color (decimal): -13344369 or 9396532. OLE color: 9396532.
HSL color Cylindrical-coordinate representation of color #34618F: hue angle of 210.33º 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 #34618F is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 97 | 143 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.44 |
| HSL | 210.33º | 0.47% | 0.38% | - |
| HSV(B) | 210.33º | 0.64% | 0.56% | - |
| XYZ | 10.65 | 11.26 | 27.6 | - |
| YUV | 88.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 143 | 0.64 | 0.32 | 0 | 0.44 | 210.33 | 0.47 | 0.38 |
| Hex | 34 | 61 | 8F | 40 | 20 | 0 | 2C | D2 | 2F | 26 |
| Octal | 64 | 141 | 217 | 100 | 40 | 0 | 54 | 322 | 57 | 46 |
| Binary | 110100 | 1100001 | 10001111 | 1000000 | 100000 | 0 | 101100 | 11010010 | 101111 | 100110 |
Color Harmonies of #34618F
Complementary color
Monochromatic Colors of #34618F
Black with #34618F
Text Example
Text Example
White with #34618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34618F; }
p { color: rgb(52,97,143); }
H1.HeaderClassName
{
color: #34618F;
}
.AnyTagClassName
{
color: #34618F;
}
</style>
background-color css
<style>
a { background-color: #34618F; }
a { background-color: rgb(52,97,143); }
div.DivClassName
{
background-color: #34618F;
}
.BgClassName
{
background-color: #34618F;
}
</style>
border-color css
<style>
span { border-color: #34618F; }
span { border-color: rgb(52,97,143); }
td.TdClassName
{
border-color: #34618F;
}
.TagClassName
{
border-color: #34618F;
}
</style>