Shades of Endeavour #234C8D
Tints of Endeavour #234C8D
RGB
CMYK
RGB Variations
Color information
#234C8D (or 0x234C8D) is known color: Endeavour. HEX triplet: 23, 4C and 8D. RGB value is (35,76,141). Sum of RGB (Red+Green+Blue) = 35+76+141=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #234C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C8D is #DCB372. Grayscale: #464646. Windows color (decimal): -14463859 or 9260067. OLE color: 9260067.
HSL color Cylindrical-coordinate representation of color #234C8D: hue angle of 216.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234C8D is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 76 | 141 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.45 |
| HSL | 216.79º | 0.6% | 0.35% | - |
| HSV(B) | 216.79º | 0.75% | 0.55% | - |
| XYZ | 8.09 | 7.45 | 26.21 | - |
| YUV | 71.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 141 | 0.75 | 0.46 | 0 | 0.45 | 216.79 | 0.6 | 0.35 |
| Hex | 23 | 4C | 8D | 4B | 2E | 0 | 2D | D9 | 3C | 23 |
| Octal | 43 | 114 | 215 | 113 | 56 | 0 | 55 | 331 | 74 | 43 |
| Binary | 100011 | 1001100 | 10001101 | 1001011 | 101110 | 0 | 101101 | 11011001 | 111100 | 100011 |
Color Harmonies of #234C8D
Complementary color
Monochromatic Colors of #234C8D
Black with #234C8D
Text Example
Text Example
White with #234C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C8D; }
p { color: rgb(35,76,141); }
H1.HeaderClassName
{
color: #234C8D;
}
.AnyTagClassName
{
color: #234C8D;
}
</style>
background-color css
<style>
a { background-color: #234C8D; }
a { background-color: rgb(35,76,141); }
div.DivClassName
{
background-color: #234C8D;
}
.BgClassName
{
background-color: #234C8D;
}
</style>
border-color css
<style>
span { border-color: #234C8D; }
span { border-color: rgb(35,76,141); }
td.TdClassName
{
border-color: #234C8D;
}
.TagClassName
{
border-color: #234C8D;
}
</style>