Shades of Endeavour #234C8F
Tints of Endeavour #234C8F
RGB
CMYK
RGB Variations
Color information
#234C8F (or 0x234C8F) is known color: Endeavour. HEX triplet: 23, 4C and 8F. RGB value is (35,76,143). Sum of RGB (Red+Green+Blue) = 35+76+143=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #234C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C8F is #DCB370. Grayscale: #474747. Windows color (decimal): -14463857 or 9391139. OLE color: 9391139.
HSL color Cylindrical-coordinate representation of color #234C8F: hue angle of 217.22º 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 #234C8F is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 76 | 143 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.44 |
| HSL | 217.22º | 0.61% | 0.35% | - |
| HSV(B) | 217.22º | 0.76% | 0.56% | - |
| XYZ | 8.24 | 7.51 | 27 | - |
| YUV | 71.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 143 | 0.76 | 0.47 | 0 | 0.44 | 217.22 | 0.61 | 0.35 |
| Hex | 23 | 4C | 8F | 4C | 2F | 0 | 2C | D9 | 3D | 23 |
| Octal | 43 | 114 | 217 | 114 | 57 | 0 | 54 | 331 | 75 | 43 |
| Binary | 100011 | 1001100 | 10001111 | 1001100 | 101111 | 0 | 101100 | 11011001 | 111101 | 100011 |
Color Harmonies of #234C8F
Complementary color
Monochromatic Colors of #234C8F
Black with #234C8F
Text Example
Text Example
White with #234C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C8F; }
p { color: rgb(35,76,143); }
H1.HeaderClassName
{
color: #234C8F;
}
.AnyTagClassName
{
color: #234C8F;
}
</style>
background-color css
<style>
a { background-color: #234C8F; }
a { background-color: rgb(35,76,143); }
div.DivClassName
{
background-color: #234C8F;
}
.BgClassName
{
background-color: #234C8F;
}
</style>
border-color css
<style>
span { border-color: #234C8F; }
span { border-color: rgb(35,76,143); }
td.TdClassName
{
border-color: #234C8F;
}
.TagClassName
{
border-color: #234C8F;
}
</style>