Shades of Endeavour #23678F
Tints of Endeavour #23678F
RGB
CMYK
RGB Variations
Color information
#23678F (or 0x23678F) is known color: Endeavour. HEX triplet: 23, 67 and 8F. RGB value is (35,103,143). Sum of RGB (Red+Green+Blue) = 35+103+143=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #23678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23678F is #DC9870. Grayscale: #575757. Windows color (decimal): -14456945 or 9398051. OLE color: 9398051.
HSL color Cylindrical-coordinate representation of color #23678F: hue angle of 202.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 #23678F is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 103 | 143 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.44 |
| HSL | 202.22º | 0.61% | 0.35% | - |
| HSV(B) | 202.22º | 0.76% | 0.56% | - |
| XYZ | 10.5 | 12.04 | 27.76 | - |
| YUV | 87.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 143 | 0.76 | 0.28 | 0 | 0.44 | 202.22 | 0.61 | 0.35 |
| Hex | 23 | 67 | 8F | 4C | 1C | 0 | 2C | CA | 3D | 23 |
| Octal | 43 | 147 | 217 | 114 | 34 | 0 | 54 | 312 | 75 | 43 |
| Binary | 100011 | 1100111 | 10001111 | 1001100 | 11100 | 0 | 101100 | 11001010 | 111101 | 100011 |
Color Harmonies of #23678F
Complementary color
Monochromatic Colors of #23678F
Black with #23678F
Text Example
Text Example
White with #23678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23678F; }
p { color: rgb(35,103,143); }
H1.HeaderClassName
{
color: #23678F;
}
.AnyTagClassName
{
color: #23678F;
}
</style>
background-color css
<style>
a { background-color: #23678F; }
a { background-color: rgb(35,103,143); }
div.DivClassName
{
background-color: #23678F;
}
.BgClassName
{
background-color: #23678F;
}
</style>
border-color css
<style>
span { border-color: #23678F; }
span { border-color: rgb(35,103,143); }
td.TdClassName
{
border-color: #23678F;
}
.TagClassName
{
border-color: #23678F;
}
</style>