Shades of Endeavour #234C8C
Tints of Endeavour #234C8C
RGB
CMYK
RGB Variations
Color information
#234C8C (or 0x234C8C) is known color: Endeavour. HEX triplet: 23, 4C and 8C. RGB value is (35,76,140). Sum of RGB (Red+Green+Blue) = 35+76+140=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #234C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C8C is #DCB373. Grayscale: #464646. Windows color (decimal): -14463860 or 9194531. OLE color: 9194531.
HSL color Cylindrical-coordinate representation of color #234C8C: hue angle of 216.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234C8C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 76 | 140 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.45 |
| HSL | 216.57º | 0.6% | 0.34% | - |
| HSV(B) | 216.57º | 0.75% | 0.55% | - |
| XYZ | 8.01 | 7.42 | 25.82 | - |
| YUV | 71.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 140 | 0.75 | 0.46 | 0 | 0.45 | 216.57 | 0.6 | 0.34 |
| Hex | 23 | 4C | 8C | 4B | 2E | 0 | 2D | D9 | 3C | 22 |
| Octal | 43 | 114 | 214 | 113 | 56 | 0 | 55 | 331 | 74 | 42 |
| Binary | 100011 | 1001100 | 10001100 | 1001011 | 101110 | 0 | 101101 | 11011001 | 111100 | 100010 |
Color Harmonies of #234C8C
Complementary color
Monochromatic Colors of #234C8C
Black with #234C8C
Text Example
Text Example
White with #234C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C8C; }
p { color: rgb(35,76,140); }
H1.HeaderClassName
{
color: #234C8C;
}
.AnyTagClassName
{
color: #234C8C;
}
</style>
background-color css
<style>
a { background-color: #234C8C; }
a { background-color: rgb(35,76,140); }
div.DivClassName
{
background-color: #234C8C;
}
.BgClassName
{
background-color: #234C8C;
}
</style>
border-color css
<style>
span { border-color: #234C8C; }
span { border-color: rgb(35,76,140); }
td.TdClassName
{
border-color: #234C8C;
}
.TagClassName
{
border-color: #234C8C;
}
</style>