Shades of Endeavour #235E93
Tints of Endeavour #235E93
RGB
CMYK
RGB Variations
Color information
#235E93 (or 0x235E93) is known color: Endeavour. HEX triplet: 23, 5E and 93. RGB value is (35,94,147). Sum of RGB (Red+Green+Blue) = 35+94+147=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #235E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E93 is #DCA16C. Grayscale: #525252. Windows color (decimal): -14459245 or 9657891. OLE color: 9657891.
HSL color Cylindrical-coordinate representation of color #235E93: hue angle of 208.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235E93 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 94 | 147 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.42 |
| HSL | 208.39º | 0.62% | 0.36% | - |
| HSV(B) | 208.39º | 0.76% | 0.58% | - |
| XYZ | 9.96 | 10.47 | 29.1 | - |
| YUV | 82.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 147 | 0.76 | 0.36 | 0 | 0.42 | 208.39 | 0.62 | 0.36 |
| Hex | 23 | 5E | 93 | 4C | 24 | 0 | 2A | D0 | 3E | 24 |
| Octal | 43 | 136 | 223 | 114 | 44 | 0 | 52 | 320 | 76 | 44 |
| Binary | 100011 | 1011110 | 10010011 | 1001100 | 100100 | 0 | 101010 | 11010000 | 111110 | 100100 |
Color Harmonies of #235E93
Complementary color
Monochromatic Colors of #235E93
Black with #235E93
Text Example
Text Example
White with #235E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E93; }
p { color: rgb(35,94,147); }
H1.HeaderClassName
{
color: #235E93;
}
.AnyTagClassName
{
color: #235E93;
}
</style>
background-color css
<style>
a { background-color: #235E93; }
a { background-color: rgb(35,94,147); }
div.DivClassName
{
background-color: #235E93;
}
.BgClassName
{
background-color: #235E93;
}
</style>
border-color css
<style>
span { border-color: #235E93; }
span { border-color: rgb(35,94,147); }
td.TdClassName
{
border-color: #235E93;
}
.TagClassName
{
border-color: #235E93;
}
</style>