Shades of Endeavour #235A90
Tints of Endeavour #235A90
RGB
CMYK
RGB Variations
Color information
#235A90 (or 0x235A90) is known color: Endeavour. HEX triplet: 23, 5A and 90. RGB value is (35,90,144). Sum of RGB (Red+Green+Blue) = 35+90+144=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #235A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A90 is #DCA56F. Grayscale: #4F4F4F. Windows color (decimal): -14460272 or 9460259. OLE color: 9460259.
HSL color Cylindrical-coordinate representation of color #235A90: hue angle of 209.72º 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 #235A90 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 90 | 144 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.44 |
| HSL | 209.72º | 0.61% | 0.35% | - |
| HSV(B) | 209.72º | 0.76% | 0.56% | - |
| XYZ | 9.38 | 9.68 | 27.76 | - |
| YUV | 79.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 144 | 0.76 | 0.37 | 0 | 0.44 | 209.72 | 0.61 | 0.35 |
| Hex | 23 | 5A | 90 | 4C | 25 | 0 | 2C | D2 | 3D | 23 |
| Octal | 43 | 132 | 220 | 114 | 45 | 0 | 54 | 322 | 75 | 43 |
| Binary | 100011 | 1011010 | 10010000 | 1001100 | 100101 | 0 | 101100 | 11010010 | 111101 | 100011 |
Color Harmonies of #235A90
Complementary color
Monochromatic Colors of #235A90
Black with #235A90
Text Example
Text Example
White with #235A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A90; }
p { color: rgb(35,90,144); }
H1.HeaderClassName
{
color: #235A90;
}
.AnyTagClassName
{
color: #235A90;
}
</style>
background-color css
<style>
a { background-color: #235A90; }
a { background-color: rgb(35,90,144); }
div.DivClassName
{
background-color: #235A90;
}
.BgClassName
{
background-color: #235A90;
}
</style>
border-color css
<style>
span { border-color: #235A90; }
span { border-color: rgb(35,90,144); }
td.TdClassName
{
border-color: #235A90;
}
.TagClassName
{
border-color: #235A90;
}
</style>