Shades of Endeavour #234C92
Tints of Endeavour #234C92
RGB
CMYK
RGB Variations
Color information
#234C92 (or 0x234C92) is known color: Endeavour. HEX triplet: 23, 4C and 92. RGB value is (35,76,146). Sum of RGB (Red+Green+Blue) = 35+76+146=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #234C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C92 is #DCB36D. Grayscale: #474747. Windows color (decimal): -14463854 or 9587747. OLE color: 9587747.
HSL color Cylindrical-coordinate representation of color #234C92: hue angle of 217.84º 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 #234C92 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 76 | 146 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.43 |
| HSL | 217.84º | 0.61% | 0.35% | - |
| HSV(B) | 217.84º | 0.76% | 0.57% | - |
| XYZ | 8.47 | 7.6 | 28.22 | - |
| YUV | 71.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 146 | 0.76 | 0.48 | 0 | 0.43 | 217.84 | 0.61 | 0.35 |
| Hex | 23 | 4C | 92 | 4C | 30 | 0 | 2B | DA | 3D | 23 |
| Octal | 43 | 114 | 222 | 114 | 60 | 0 | 53 | 332 | 75 | 43 |
| Binary | 100011 | 1001100 | 10010010 | 1001100 | 110000 | 0 | 101011 | 11011010 | 111101 | 100011 |
Color Harmonies of #234C92
Complementary color
Monochromatic Colors of #234C92
Black with #234C92
Text Example
Text Example
White with #234C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C92; }
p { color: rgb(35,76,146); }
H1.HeaderClassName
{
color: #234C92;
}
.AnyTagClassName
{
color: #234C92;
}
</style>
background-color css
<style>
a { background-color: #234C92; }
a { background-color: rgb(35,76,146); }
div.DivClassName
{
background-color: #234C92;
}
.BgClassName
{
background-color: #234C92;
}
</style>
border-color css
<style>
span { border-color: #234C92; }
span { border-color: rgb(35,76,146); }
td.TdClassName
{
border-color: #234C92;
}
.TagClassName
{
border-color: #234C92;
}
</style>