Shades of Endeavour #234B91
Tints of Endeavour #234B91
RGB
CMYK
RGB Variations
Color information
#234B91 (or 0x234B91) is known color: Endeavour. HEX triplet: 23, 4B and 91. RGB value is (35,75,145). Sum of RGB (Red+Green+Blue) = 35+75+145=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #234B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B91 is #DCB46E. Grayscale: #464646. Windows color (decimal): -14464111 or 9521955. OLE color: 9521955.
HSL color Cylindrical-coordinate representation of color #234B91: hue angle of 218.18º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234B91 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 75 | 145 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.43 |
| HSL | 218.18º | 0.61% | 0.35% | - |
| HSV(B) | 218.18º | 0.76% | 0.57% | - |
| XYZ | 8.32 | 7.43 | 27.78 | - |
| YUV | 71.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 145 | 0.76 | 0.48 | 0 | 0.43 | 218.18 | 0.61 | 0.35 |
| Hex | 23 | 4B | 91 | 4C | 30 | 0 | 2B | DA | 3D | 23 |
| Octal | 43 | 113 | 221 | 114 | 60 | 0 | 53 | 332 | 75 | 43 |
| Binary | 100011 | 1001011 | 10010001 | 1001100 | 110000 | 0 | 101011 | 11011010 | 111101 | 100011 |
Color Harmonies of #234B91
Complementary color
Monochromatic Colors of #234B91
Black with #234B91
Text Example
Text Example
White with #234B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B91; }
p { color: rgb(35,75,145); }
H1.HeaderClassName
{
color: #234B91;
}
.AnyTagClassName
{
color: #234B91;
}
</style>
background-color css
<style>
a { background-color: #234B91; }
a { background-color: rgb(35,75,145); }
div.DivClassName
{
background-color: #234B91;
}
.BgClassName
{
background-color: #234B91;
}
</style>
border-color css
<style>
span { border-color: #234B91; }
span { border-color: rgb(35,75,145); }
td.TdClassName
{
border-color: #234B91;
}
.TagClassName
{
border-color: #234B91;
}
</style>