Shades of Endeavour #23688F
Tints of Endeavour #23688F
RGB
CMYK
RGB Variations
Color information
#23688F (or 0x23688F) is known color: Endeavour. HEX triplet: 23, 68 and 8F. RGB value is (35,104,143). Sum of RGB (Red+Green+Blue) = 35+104+143=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #23688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23688F is #DC9770. Grayscale: #575757. Windows color (decimal): -14456689 or 9398307. OLE color: 9398307.
HSL color Cylindrical-coordinate representation of color #23688F: hue angle of 201.67º 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 #23688F is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 104 | 143 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.44 |
| HSL | 201.67º | 0.61% | 0.35% | - |
| HSV(B) | 201.67º | 0.76% | 0.56% | - |
| XYZ | 10.6 | 12.24 | 27.79 | - |
| YUV | 87.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 143 | 0.76 | 0.27 | 0 | 0.44 | 201.67 | 0.61 | 0.35 |
| Hex | 23 | 68 | 8F | 4C | 1B | 0 | 2C | CA | 3D | 23 |
| Octal | 43 | 150 | 217 | 114 | 33 | 0 | 54 | 312 | 75 | 43 |
| Binary | 100011 | 1101000 | 10001111 | 1001100 | 11011 | 0 | 101100 | 11001010 | 111101 | 100011 |
Color Harmonies of #23688F
Complementary color
Monochromatic Colors of #23688F
Black with #23688F
Text Example
Text Example
White with #23688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23688F; }
p { color: rgb(35,104,143); }
H1.HeaderClassName
{
color: #23688F;
}
.AnyTagClassName
{
color: #23688F;
}
</style>
background-color css
<style>
a { background-color: #23688F; }
a { background-color: rgb(35,104,143); }
div.DivClassName
{
background-color: #23688F;
}
.BgClassName
{
background-color: #23688F;
}
</style>
border-color css
<style>
span { border-color: #23688F; }
span { border-color: rgb(35,104,143); }
td.TdClassName
{
border-color: #23688F;
}
.TagClassName
{
border-color: #23688F;
}
</style>