Shades of Endeavour #234C95
Tints of Endeavour #234C95
RGB
CMYK
RGB Variations
Color information
#234C95 (or 0x234C95) is known color: Endeavour. HEX triplet: 23, 4C and 95. RGB value is (35,76,149). Sum of RGB (Red+Green+Blue) = 35+76+149=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #234C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C95 is #DCB36A. Grayscale: #474747. Windows color (decimal): -14463851 or 9784355. OLE color: 9784355.
HSL color Cylindrical-coordinate representation of color #234C95: hue angle of 218.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234C95 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 76 | 149 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.42 |
| HSL | 218.42º | 0.62% | 0.36% | - |
| HSV(B) | 218.42º | 0.77% | 0.58% | - |
| XYZ | 8.7 | 7.7 | 29.46 | - |
| YUV | 72.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 149 | 0.77 | 0.49 | 0 | 0.42 | 218.42 | 0.62 | 0.36 |
| Hex | 23 | 4C | 95 | 4D | 31 | 0 | 2A | DA | 3E | 24 |
| Octal | 43 | 114 | 225 | 115 | 61 | 0 | 52 | 332 | 76 | 44 |
| Binary | 100011 | 1001100 | 10010101 | 1001101 | 110001 | 0 | 101010 | 11011010 | 111110 | 100100 |
Color Harmonies of #234C95
Complementary color
Monochromatic Colors of #234C95
Black with #234C95
Text Example
Text Example
White with #234C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C95; }
p { color: rgb(35,76,149); }
H1.HeaderClassName
{
color: #234C95;
}
.AnyTagClassName
{
color: #234C95;
}
</style>
background-color css
<style>
a { background-color: #234C95; }
a { background-color: rgb(35,76,149); }
div.DivClassName
{
background-color: #234C95;
}
.BgClassName
{
background-color: #234C95;
}
</style>
border-color css
<style>
span { border-color: #234C95; }
span { border-color: rgb(35,76,149); }
td.TdClassName
{
border-color: #234C95;
}
.TagClassName
{
border-color: #234C95;
}
</style>