Shades of Endeavour #2354A0
Tints of Endeavour #2354A0
RGB
CMYK
RGB Variations
Color information
#2354A0 (or 0x2354A0) is known color: Endeavour. HEX triplet: 23, 54 and A0. RGB value is (35,84,160). Sum of RGB (Red+Green+Blue) = 35+84+160=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #2354A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354A0 is #DCAB5F. Grayscale: #4D4D4D. Windows color (decimal): -14461792 or 10507299. OLE color: 10507299.
HSL color Cylindrical-coordinate representation of color #2354A0: hue angle of 216.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2354A0 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 84 | 160 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.37 |
| HSL | 216.48º | 0.64% | 0.38% | - |
| HSV(B) | 216.48º | 0.78% | 0.63% | - |
| XYZ | 10.21 | 9.24 | 34.5 | - |
| YUV | 78.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 160 | 0.78 | 0.48 | 0 | 0.37 | 216.48 | 0.64 | 0.38 |
| Hex | 23 | 54 | A0 | 4E | 30 | 0 | 25 | D8 | 40 | 26 |
| Octal | 43 | 124 | 240 | 116 | 60 | 0 | 45 | 330 | 100 | 46 |
| Binary | 100011 | 1010100 | 10100000 | 1001110 | 110000 | 0 | 100101 | 11011000 | 1000000 | 100110 |
Color Harmonies of #2354A0
Complementary color
Monochromatic Colors of #2354A0
Black with #2354A0
Text Example
Text Example
White with #2354A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354A0; }
p { color: rgb(35,84,160); }
H1.HeaderClassName
{
color: #2354A0;
}
.AnyTagClassName
{
color: #2354A0;
}
</style>
background-color css
<style>
a { background-color: #2354A0; }
a { background-color: rgb(35,84,160); }
div.DivClassName
{
background-color: #2354A0;
}
.BgClassName
{
background-color: #2354A0;
}
</style>
border-color css
<style>
span { border-color: #2354A0; }
span { border-color: rgb(35,84,160); }
td.TdClassName
{
border-color: #2354A0;
}
.TagClassName
{
border-color: #2354A0;
}
</style>