Shades of Endeavour #234B89
Tints of Endeavour #234B89
RGB
CMYK
RGB Variations
Color information
#234B89 (or 0x234B89) is known color: Endeavour. HEX triplet: 23, 4B and 89. RGB value is (35,75,137). Sum of RGB (Red+Green+Blue) = 35+75+137=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #234B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B89 is #DCB476. Grayscale: #454545. Windows color (decimal): -14464119 or 8997667. OLE color: 8997667.
HSL color Cylindrical-coordinate representation of color #234B89: hue angle of 216.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234B89 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 75 | 137 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.46 |
| HSL | 216.47º | 0.59% | 0.34% | - |
| HSV(B) | 216.47º | 0.74% | 0.54% | - |
| XYZ | 7.72 | 7.2 | 24.65 | - |
| YUV | 70.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 137 | 0.74 | 0.45 | 0 | 0.46 | 216.47 | 0.59 | 0.34 |
| Hex | 23 | 4B | 89 | 4A | 2D | 0 | 2E | D8 | 3B | 22 |
| Octal | 43 | 113 | 211 | 112 | 55 | 0 | 56 | 330 | 73 | 42 |
| Binary | 100011 | 1001011 | 10001001 | 1001010 | 101101 | 0 | 101110 | 11011000 | 111011 | 100010 |
Color Harmonies of #234B89
Complementary color
Monochromatic Colors of #234B89
Black with #234B89
Text Example
Text Example
White with #234B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B89; }
p { color: rgb(35,75,137); }
H1.HeaderClassName
{
color: #234B89;
}
.AnyTagClassName
{
color: #234B89;
}
</style>
background-color css
<style>
a { background-color: #234B89; }
a { background-color: rgb(35,75,137); }
div.DivClassName
{
background-color: #234B89;
}
.BgClassName
{
background-color: #234B89;
}
</style>
border-color css
<style>
span { border-color: #234B89; }
span { border-color: rgb(35,75,137); }
td.TdClassName
{
border-color: #234B89;
}
.TagClassName
{
border-color: #234B89;
}
</style>