Shades of Endeavour #235BA1
Tints of Endeavour #235BA1
RGB
CMYK
RGB Variations
Color information
#235BA1 (or 0x235BA1) is known color: Endeavour. HEX triplet: 23, 5B and A1. RGB value is (35,91,161). Sum of RGB (Red+Green+Blue) = 35+91+161=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #235BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235BA1 is #DCA45E. Grayscale: #515151. Windows color (decimal): -14459999 or 10574627. OLE color: 10574627.
HSL color Cylindrical-coordinate representation of color #235BA1: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235BA1 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 91 | 161 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.37 |
| HSL | 213.33º | 0.64% | 0.38% | - |
| HSV(B) | 213.33º | 0.78% | 0.63% | - |
| XYZ | 10.87 | 10.41 | 35.16 | - |
| YUV | 82.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 161 | 0.78 | 0.43 | 0 | 0.37 | 213.33 | 0.64 | 0.38 |
| Hex | 23 | 5B | A1 | 4E | 2B | 0 | 25 | D5 | 40 | 26 |
| Octal | 43 | 133 | 241 | 116 | 53 | 0 | 45 | 325 | 100 | 46 |
| Binary | 100011 | 1011011 | 10100001 | 1001110 | 101011 | 0 | 100101 | 11010101 | 1000000 | 100110 |
Color Harmonies of #235BA1
Complementary color
Monochromatic Colors of #235BA1
Black with #235BA1
Text Example
Text Example
White with #235BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235BA1; }
p { color: rgb(35,91,161); }
H1.HeaderClassName
{
color: #235BA1;
}
.AnyTagClassName
{
color: #235BA1;
}
</style>
background-color css
<style>
a { background-color: #235BA1; }
a { background-color: rgb(35,91,161); }
div.DivClassName
{
background-color: #235BA1;
}
.BgClassName
{
background-color: #235BA1;
}
</style>
border-color css
<style>
span { border-color: #235BA1; }
span { border-color: rgb(35,91,161); }
td.TdClassName
{
border-color: #235BA1;
}
.TagClassName
{
border-color: #235BA1;
}
</style>