Shades of Endeavour #23678E
Tints of Endeavour #23678E
RGB
CMYK
RGB Variations
Color information
#23678E (or 0x23678E) is known color: Endeavour. HEX triplet: 23, 67 and 8E. RGB value is (35,103,142). Sum of RGB (Red+Green+Blue) = 35+103+142=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #23678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23678E is #DC9871. Grayscale: #565656. Windows color (decimal): -14456946 or 9332515. OLE color: 9332515.
HSL color Cylindrical-coordinate representation of color #23678E: hue angle of 201.87º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23678E is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 103 | 142 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.44 |
| HSL | 201.87º | 0.6% | 0.35% | - |
| HSV(B) | 201.87º | 0.75% | 0.56% | - |
| XYZ | 10.43 | 12.01 | 27.36 | - |
| YUV | 87.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 142 | 0.75 | 0.27 | 0 | 0.44 | 201.87 | 0.6 | 0.35 |
| Hex | 23 | 67 | 8E | 4B | 1B | 0 | 2C | CA | 3C | 23 |
| Octal | 43 | 147 | 216 | 113 | 33 | 0 | 54 | 312 | 74 | 43 |
| Binary | 100011 | 1100111 | 10001110 | 1001011 | 11011 | 0 | 101100 | 11001010 | 111100 | 100011 |
Color Harmonies of #23678E
Complementary color
Monochromatic Colors of #23678E
Black with #23678E
Text Example
Text Example
White with #23678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23678E; }
p { color: rgb(35,103,142); }
H1.HeaderClassName
{
color: #23678E;
}
.AnyTagClassName
{
color: #23678E;
}
</style>
background-color css
<style>
a { background-color: #23678E; }
a { background-color: rgb(35,103,142); }
div.DivClassName
{
background-color: #23678E;
}
.BgClassName
{
background-color: #23678E;
}
</style>
border-color css
<style>
span { border-color: #23678E; }
span { border-color: rgb(35,103,142); }
td.TdClassName
{
border-color: #23678E;
}
.TagClassName
{
border-color: #23678E;
}
</style>