Shades of Endeavour #345F90
Tints of Endeavour #345F90
RGB
CMYK
RGB Variations
Color information
#345F90 (or 0x345F90) is known color: Endeavour. HEX triplet: 34, 5F and 90. RGB value is (52,95,144). Sum of RGB (Red+Green+Blue) = 52+95+144=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #345F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F90 is #CBA06F. Grayscale: #575757. Windows color (decimal): -13344880 or 9461556. OLE color: 9461556.
HSL color Cylindrical-coordinate representation of color #345F90: hue angle of 211.96º 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 #345F90 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 95 | 144 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.44 |
| HSL | 211.96º | 0.47% | 0.38% | - |
| HSV(B) | 211.96º | 0.64% | 0.56% | - |
| XYZ | 10.54 | 10.93 | 27.94 | - |
| YUV | 87.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 144 | 0.64 | 0.34 | 0 | 0.44 | 211.96 | 0.47 | 0.38 |
| Hex | 34 | 5F | 90 | 40 | 22 | 0 | 2C | D4 | 2F | 26 |
| Octal | 64 | 137 | 220 | 100 | 42 | 0 | 54 | 324 | 57 | 46 |
| Binary | 110100 | 1011111 | 10010000 | 1000000 | 100010 | 0 | 101100 | 11010100 | 101111 | 100110 |
Color Harmonies of #345F90
Complementary color
Monochromatic Colors of #345F90
Black with #345F90
Text Example
Text Example
White with #345F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F90; }
p { color: rgb(52,95,144); }
H1.HeaderClassName
{
color: #345F90;
}
.AnyTagClassName
{
color: #345F90;
}
</style>
background-color css
<style>
a { background-color: #345F90; }
a { background-color: rgb(52,95,144); }
div.DivClassName
{
background-color: #345F90;
}
.BgClassName
{
background-color: #345F90;
}
</style>
border-color css
<style>
span { border-color: #345F90; }
span { border-color: rgb(52,95,144); }
td.TdClassName
{
border-color: #345F90;
}
.TagClassName
{
border-color: #345F90;
}
</style>