Shades of Endeavour #235A91
Tints of Endeavour #235A91
RGB
CMYK
RGB Variations
Color information
#235A91 (or 0x235A91) is known color: Endeavour. HEX triplet: 23, 5A and 91. RGB value is (35,90,145). Sum of RGB (Red+Green+Blue) = 35+90+145=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #235A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A91 is #DCA56E. Grayscale: #4F4F4F. Windows color (decimal): -14460271 or 9525795. OLE color: 9525795.
HSL color Cylindrical-coordinate representation of color #235A91: hue angle of 210º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235A91 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 90 | 145 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.43 |
| HSL | 210º | 0.61% | 0.35% | - |
| HSV(B) | 210º | 0.76% | 0.57% | - |
| XYZ | 9.46 | 9.71 | 28.16 | - |
| YUV | 79.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 145 | 0.76 | 0.38 | 0 | 0.43 | 210 | 0.61 | 0.35 |
| Hex | 23 | 5A | 91 | 4C | 26 | 0 | 2B | D2 | 3D | 23 |
| Octal | 43 | 132 | 221 | 114 | 46 | 0 | 53 | 322 | 75 | 43 |
| Binary | 100011 | 1011010 | 10010001 | 1001100 | 100110 | 0 | 101011 | 11010010 | 111101 | 100011 |
Color Harmonies of #235A91
Complementary color
Monochromatic Colors of #235A91
Black with #235A91
Text Example
Text Example
White with #235A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A91; }
p { color: rgb(35,90,145); }
H1.HeaderClassName
{
color: #235A91;
}
.AnyTagClassName
{
color: #235A91;
}
</style>
background-color css
<style>
a { background-color: #235A91; }
a { background-color: rgb(35,90,145); }
div.DivClassName
{
background-color: #235A91;
}
.BgClassName
{
background-color: #235A91;
}
</style>
border-color css
<style>
span { border-color: #235A91; }
span { border-color: rgb(35,90,145); }
td.TdClassName
{
border-color: #235A91;
}
.TagClassName
{
border-color: #235A91;
}
</style>