Shades of Endeavour #23538F
Tints of Endeavour #23538F
RGB
CMYK
RGB Variations
Color information
#23538F (or 0x23538F) is known color: Endeavour. HEX triplet: 23, 53 and 8F. RGB value is (35,83,143). Sum of RGB (Red+Green+Blue) = 35+83+143=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #23538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23538F is #DCAC70. Grayscale: #4B4B4B. Windows color (decimal): -14462065 or 9392931. OLE color: 9392931.
HSL color Cylindrical-coordinate representation of color #23538F: hue angle of 213.33º 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 #23538F is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 83 | 143 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.44 |
| HSL | 213.33º | 0.61% | 0.35% | - |
| HSV(B) | 213.33º | 0.76% | 0.56% | - |
| XYZ | 8.74 | 8.53 | 27.17 | - |
| YUV | 75.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 143 | 0.76 | 0.42 | 0 | 0.44 | 213.33 | 0.61 | 0.35 |
| Hex | 23 | 53 | 8F | 4C | 2A | 0 | 2C | D5 | 3D | 23 |
| Octal | 43 | 123 | 217 | 114 | 52 | 0 | 54 | 325 | 75 | 43 |
| Binary | 100011 | 1010011 | 10001111 | 1001100 | 101010 | 0 | 101100 | 11010101 | 111101 | 100011 |
Color Harmonies of #23538F
Complementary color
Monochromatic Colors of #23538F
Black with #23538F
Text Example
Text Example
White with #23538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23538F; }
p { color: rgb(35,83,143); }
H1.HeaderClassName
{
color: #23538F;
}
.AnyTagClassName
{
color: #23538F;
}
</style>
background-color css
<style>
a { background-color: #23538F; }
a { background-color: rgb(35,83,143); }
div.DivClassName
{
background-color: #23538F;
}
.BgClassName
{
background-color: #23538F;
}
</style>
border-color css
<style>
span { border-color: #23538F; }
span { border-color: rgb(35,83,143); }
td.TdClassName
{
border-color: #23538F;
}
.TagClassName
{
border-color: #23538F;
}
</style>