Shades of Endeavour #23539D
Tints of Endeavour #23539D
RGB
CMYK
RGB Variations
Color information
#23539D (or 0x23539D) is known color: Endeavour. HEX triplet: 23, 53 and 9D. RGB value is (35,83,157). Sum of RGB (Red+Green+Blue) = 35+83+157=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #23539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23539D is #DCAC62. Grayscale: #4C4C4C. Windows color (decimal): -14462051 or 10310435. OLE color: 10310435.
HSL color Cylindrical-coordinate representation of color #23539D: hue angle of 216.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23539D is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 83 | 157 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.38 |
| HSL | 216.39º | 0.64% | 0.38% | - |
| HSV(B) | 216.39º | 0.78% | 0.62% | - |
| XYZ | 9.87 | 8.98 | 33.11 | - |
| YUV | 77.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 157 | 0.78 | 0.47 | 0 | 0.38 | 216.39 | 0.64 | 0.38 |
| Hex | 23 | 53 | 9D | 4E | 2F | 0 | 26 | D8 | 40 | 26 |
| Octal | 43 | 123 | 235 | 116 | 57 | 0 | 46 | 330 | 100 | 46 |
| Binary | 100011 | 1010011 | 10011101 | 1001110 | 101111 | 0 | 100110 | 11011000 | 1000000 | 100110 |
Color Harmonies of #23539D
Complementary color
Monochromatic Colors of #23539D
Black with #23539D
Text Example
Text Example
White with #23539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23539D; }
p { color: rgb(35,83,157); }
H1.HeaderClassName
{
color: #23539D;
}
.AnyTagClassName
{
color: #23539D;
}
</style>
background-color css
<style>
a { background-color: #23539D; }
a { background-color: rgb(35,83,157); }
div.DivClassName
{
background-color: #23539D;
}
.BgClassName
{
background-color: #23539D;
}
</style>
border-color css
<style>
span { border-color: #23539D; }
span { border-color: rgb(35,83,157); }
td.TdClassName
{
border-color: #23539D;
}
.TagClassName
{
border-color: #23539D;
}
</style>