Shades of Endeavour #23598F
Tints of Endeavour #23598F
RGB
CMYK
RGB Variations
Color information
#23598F (or 0x23598F) is known color: Endeavour. HEX triplet: 23, 59 and 8F. RGB value is (35,89,143). Sum of RGB (Red+Green+Blue) = 35+89+143=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #23598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23598F is #DCA670. Grayscale: #4E4E4E. Windows color (decimal): -14460529 or 9394467. OLE color: 9394467.
HSL color Cylindrical-coordinate representation of color #23598F: hue angle of 210º 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 #23598F is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 89 | 143 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.44 |
| HSL | 210º | 0.61% | 0.35% | - |
| HSV(B) | 210º | 0.76% | 0.56% | - |
| XYZ | 9.22 | 9.49 | 27.33 | - |
| YUV | 79.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 143 | 0.76 | 0.38 | 0 | 0.44 | 210 | 0.61 | 0.35 |
| Hex | 23 | 59 | 8F | 4C | 26 | 0 | 2C | D2 | 3D | 23 |
| Octal | 43 | 131 | 217 | 114 | 46 | 0 | 54 | 322 | 75 | 43 |
| Binary | 100011 | 1011001 | 10001111 | 1001100 | 100110 | 0 | 101100 | 11010010 | 111101 | 100011 |
Color Harmonies of #23598F
Complementary color
Monochromatic Colors of #23598F
Black with #23598F
Text Example
Text Example
White with #23598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23598F; }
p { color: rgb(35,89,143); }
H1.HeaderClassName
{
color: #23598F;
}
.AnyTagClassName
{
color: #23598F;
}
</style>
background-color css
<style>
a { background-color: #23598F; }
a { background-color: rgb(35,89,143); }
div.DivClassName
{
background-color: #23598F;
}
.BgClassName
{
background-color: #23598F;
}
</style>
border-color css
<style>
span { border-color: #23598F; }
span { border-color: rgb(35,89,143); }
td.TdClassName
{
border-color: #23598F;
}
.TagClassName
{
border-color: #23598F;
}
</style>