Shades of Endeavour #234C8A
Tints of Endeavour #234C8A
RGB
CMYK
RGB Variations
Color information
#234C8A (or 0x234C8A) is known color: Endeavour. HEX triplet: 23, 4C and 8A. RGB value is (35,76,138). Sum of RGB (Red+Green+Blue) = 35+76+138=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #234C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C8A is #DCB375. Grayscale: #464646. Windows color (decimal): -14463862 or 9063459. OLE color: 9063459.
HSL color Cylindrical-coordinate representation of color #234C8A: hue angle of 216.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234C8A is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 76 | 138 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.46 |
| HSL | 216.12º | 0.6% | 0.34% | - |
| HSV(B) | 216.12º | 0.75% | 0.54% | - |
| XYZ | 7.87 | 7.36 | 25.05 | - |
| YUV | 70.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 138 | 0.75 | 0.45 | 0 | 0.46 | 216.12 | 0.6 | 0.34 |
| Hex | 23 | 4C | 8A | 4B | 2D | 0 | 2E | D8 | 3C | 22 |
| Octal | 43 | 114 | 212 | 113 | 55 | 0 | 56 | 330 | 74 | 42 |
| Binary | 100011 | 1001100 | 10001010 | 1001011 | 101101 | 0 | 101110 | 11011000 | 111100 | 100010 |
Color Harmonies of #234C8A
Complementary color
Monochromatic Colors of #234C8A
Black with #234C8A
Text Example
Text Example
White with #234C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C8A; }
p { color: rgb(35,76,138); }
H1.HeaderClassName
{
color: #234C8A;
}
.AnyTagClassName
{
color: #234C8A;
}
</style>
background-color css
<style>
a { background-color: #234C8A; }
a { background-color: rgb(35,76,138); }
div.DivClassName
{
background-color: #234C8A;
}
.BgClassName
{
background-color: #234C8A;
}
</style>
border-color css
<style>
span { border-color: #234C8A; }
span { border-color: rgb(35,76,138); }
td.TdClassName
{
border-color: #234C8A;
}
.TagClassName
{
border-color: #234C8A;
}
</style>