Shades of Endeavour #235B9A
Tints of Endeavour #235B9A
RGB
CMYK
RGB Variations
Color information
#235B9A (or 0x235B9A) is known color: Endeavour. HEX triplet: 23, 5B and 9A. RGB value is (35,91,154). Sum of RGB (Red+Green+Blue) = 35+91+154=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #235B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235B9A is #DCA465. Grayscale: #515151. Windows color (decimal): -14460006 or 10115875. OLE color: 10115875.
HSL color Cylindrical-coordinate representation of color #235B9A: hue angle of 211.76º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235B9A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 91 | 154 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.40 |
| HSL | 211.76º | 0.63% | 0.37% | - |
| HSV(B) | 211.76º | 0.77% | 0.6% | - |
| XYZ | 10.27 | 10.17 | 31.99 | - |
| YUV | 81.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 154 | 0.77 | 0.41 | 0 | 0.40 | 211.76 | 0.63 | 0.37 |
| Hex | 23 | 5B | 9A | 4D | 29 | 0 | 28 | D4 | 3F | 25 |
| Octal | 43 | 133 | 232 | 115 | 51 | 0 | 50 | 324 | 77 | 45 |
| Binary | 100011 | 1011011 | 10011010 | 1001101 | 101001 | 0 | 101000 | 11010100 | 111111 | 100101 |
Color Harmonies of #235B9A
Complementary color
Monochromatic Colors of #235B9A
Black with #235B9A
Text Example
Text Example
White with #235B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B9A; }
p { color: rgb(35,91,154); }
H1.HeaderClassName
{
color: #235B9A;
}
.AnyTagClassName
{
color: #235B9A;
}
</style>
background-color css
<style>
a { background-color: #235B9A; }
a { background-color: rgb(35,91,154); }
div.DivClassName
{
background-color: #235B9A;
}
.BgClassName
{
background-color: #235B9A;
}
</style>
border-color css
<style>
span { border-color: #235B9A; }
span { border-color: rgb(35,91,154); }
td.TdClassName
{
border-color: #235B9A;
}
.TagClassName
{
border-color: #235B9A;
}
</style>