Shades of Endeavour #235A8A
Tints of Endeavour #235A8A
RGB
CMYK
RGB Variations
Color information
#235A8A (or 0x235A8A) is known color: Endeavour. HEX triplet: 23, 5A and 8A. RGB value is (35,90,138). Sum of RGB (Red+Green+Blue) = 35+90+138=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #235A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A8A is #DCA575. Grayscale: #4E4E4E. Windows color (decimal): -14460278 or 9067043. OLE color: 9067043.
HSL color Cylindrical-coordinate representation of color #235A8A: hue angle of 207.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #235A8A is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 90 | 138 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.46 |
| HSL | 207.96º | 0.6% | 0.34% | - |
| HSV(B) | 207.96º | 0.75% | 0.54% | - |
| XYZ | 8.94 | 9.5 | 25.41 | - |
| YUV | 79.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 138 | 0.75 | 0.35 | 0 | 0.46 | 207.96 | 0.6 | 0.34 |
| Hex | 23 | 5A | 8A | 4B | 23 | 0 | 2E | D0 | 3C | 22 |
| Octal | 43 | 132 | 212 | 113 | 43 | 0 | 56 | 320 | 74 | 42 |
| Binary | 100011 | 1011010 | 10001010 | 1001011 | 100011 | 0 | 101110 | 11010000 | 111100 | 100010 |
Color Harmonies of #235A8A
Complementary color
Monochromatic Colors of #235A8A
Black with #235A8A
Text Example
Text Example
White with #235A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A8A; }
p { color: rgb(35,90,138); }
H1.HeaderClassName
{
color: #235A8A;
}
.AnyTagClassName
{
color: #235A8A;
}
</style>
background-color css
<style>
a { background-color: #235A8A; }
a { background-color: rgb(35,90,138); }
div.DivClassName
{
background-color: #235A8A;
}
.BgClassName
{
background-color: #235A8A;
}
</style>
border-color css
<style>
span { border-color: #235A8A; }
span { border-color: rgb(35,90,138); }
td.TdClassName
{
border-color: #235A8A;
}
.TagClassName
{
border-color: #235A8A;
}
</style>