Shades of Endeavour #234BA0
Tints of Endeavour #234BA0
RGB
CMYK
RGB Variations
Color information
#234BA0 (or 0x234BA0) is known color: Endeavour. HEX triplet: 23, 4B and A0. RGB value is (35,75,160). Sum of RGB (Red+Green+Blue) = 35+75+160=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #234BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BA0 is #DCB45F. Grayscale: #484848. Windows color (decimal): -14464096 or 10504995. OLE color: 10504995.
HSL color Cylindrical-coordinate representation of color #234BA0: hue angle of 220.8º 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 #234BA0 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 75 | 160 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.37 |
| HSL | 220.8º | 0.64% | 0.38% | - |
| HSV(B) | 220.8º | 0.78% | 0.63% | - |
| XYZ | 9.55 | 7.93 | 34.28 | - |
| YUV | 72.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 160 | 0.78 | 0.53 | 0 | 0.37 | 220.8 | 0.64 | 0.38 |
| Hex | 23 | 4B | A0 | 4E | 35 | 0 | 25 | DD | 40 | 26 |
| Octal | 43 | 113 | 240 | 116 | 65 | 0 | 45 | 335 | 100 | 46 |
| Binary | 100011 | 1001011 | 10100000 | 1001110 | 110101 | 0 | 100101 | 11011101 | 1000000 | 100110 |
Color Harmonies of #234BA0
Complementary color
Monochromatic Colors of #234BA0
Black with #234BA0
Text Example
Text Example
White with #234BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BA0; }
p { color: rgb(35,75,160); }
H1.HeaderClassName
{
color: #234BA0;
}
.AnyTagClassName
{
color: #234BA0;
}
</style>
background-color css
<style>
a { background-color: #234BA0; }
a { background-color: rgb(35,75,160); }
div.DivClassName
{
background-color: #234BA0;
}
.BgClassName
{
background-color: #234BA0;
}
</style>
border-color css
<style>
span { border-color: #234BA0; }
span { border-color: rgb(35,75,160); }
td.TdClassName
{
border-color: #234BA0;
}
.TagClassName
{
border-color: #234BA0;
}
</style>