Shades of Endeavour #23618F
Tints of Endeavour #23618F
RGB
CMYK
RGB Variations
Color information
#23618F (or 0x23618F) is known color: Endeavour. HEX triplet: 23, 61 and 8F. RGB value is (35,97,143). Sum of RGB (Red+Green+Blue) = 35+97+143=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #23618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23618F is #DC9E70. Grayscale: #535353. Windows color (decimal): -14458481 or 9396515. OLE color: 9396515.
HSL color Cylindrical-coordinate representation of color #23618F: hue angle of 205.56º 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 #23618F is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 97 | 143 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.44 |
| HSL | 205.56º | 0.61% | 0.35% | - |
| HSV(B) | 205.56º | 0.76% | 0.56% | - |
| XYZ | 9.93 | 10.89 | 27.57 | - |
| YUV | 83.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 143 | 0.76 | 0.32 | 0 | 0.44 | 205.56 | 0.61 | 0.35 |
| Hex | 23 | 61 | 8F | 4C | 20 | 0 | 2C | CE | 3D | 23 |
| Octal | 43 | 141 | 217 | 114 | 40 | 0 | 54 | 316 | 75 | 43 |
| Binary | 100011 | 1100001 | 10001111 | 1001100 | 100000 | 0 | 101100 | 11001110 | 111101 | 100011 |
Color Harmonies of #23618F
Complementary color
Monochromatic Colors of #23618F
Black with #23618F
Text Example
Text Example
White with #23618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23618F; }
p { color: rgb(35,97,143); }
H1.HeaderClassName
{
color: #23618F;
}
.AnyTagClassName
{
color: #23618F;
}
</style>
background-color css
<style>
a { background-color: #23618F; }
a { background-color: rgb(35,97,143); }
div.DivClassName
{
background-color: #23618F;
}
.BgClassName
{
background-color: #23618F;
}
</style>
border-color css
<style>
span { border-color: #23618F; }
span { border-color: rgb(35,97,143); }
td.TdClassName
{
border-color: #23618F;
}
.TagClassName
{
border-color: #23618F;
}
</style>