Shades of Endeavour #234B90
Tints of Endeavour #234B90
RGB
CMYK
RGB Variations
Color information
#234B90 (or 0x234B90) is known color: Endeavour. HEX triplet: 23, 4B and 90. RGB value is (35,75,144). Sum of RGB (Red+Green+Blue) = 35+75+144=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #234B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B90 is #DCB46F. Grayscale: #464646. Windows color (decimal): -14464112 or 9456419. OLE color: 9456419.
HSL color Cylindrical-coordinate representation of color #234B90: hue angle of 217.98º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234B90 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 75 | 144 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.44 |
| HSL | 217.98º | 0.61% | 0.35% | - |
| HSV(B) | 217.98º | 0.76% | 0.56% | - |
| XYZ | 8.24 | 7.4 | 27.38 | - |
| YUV | 70.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 144 | 0.76 | 0.48 | 0 | 0.44 | 217.98 | 0.61 | 0.35 |
| Hex | 23 | 4B | 90 | 4C | 30 | 0 | 2C | DA | 3D | 23 |
| Octal | 43 | 113 | 220 | 114 | 60 | 0 | 54 | 332 | 75 | 43 |
| Binary | 100011 | 1001011 | 10010000 | 1001100 | 110000 | 0 | 101100 | 11011010 | 111101 | 100011 |
Color Harmonies of #234B90
Complementary color
Monochromatic Colors of #234B90
Black with #234B90
Text Example
Text Example
White with #234B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B90; }
p { color: rgb(35,75,144); }
H1.HeaderClassName
{
color: #234B90;
}
.AnyTagClassName
{
color: #234B90;
}
</style>
background-color css
<style>
a { background-color: #234B90; }
a { background-color: rgb(35,75,144); }
div.DivClassName
{
background-color: #234B90;
}
.BgClassName
{
background-color: #234B90;
}
</style>
border-color css
<style>
span { border-color: #234B90; }
span { border-color: rgb(35,75,144); }
td.TdClassName
{
border-color: #234B90;
}
.TagClassName
{
border-color: #234B90;
}
</style>