Shades of Endeavour #255B91
Tints of Endeavour #255B91
RGB
CMYK
RGB Variations
Color information
#255B91 (or 0x255B91) is known color: Endeavour. HEX triplet: 25, 5B and 91. RGB value is (37,91,145). Sum of RGB (Red+Green+Blue) = 37+91+145=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #255B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B91 is #DAA46E. Grayscale: #505050. Windows color (decimal): -14328943 or 9526053. OLE color: 9526053.
HSL color Cylindrical-coordinate representation of color #255B91: hue angle of 210º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255B91 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 91 | 145 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.43 |
| HSL | 210º | 0.59% | 0.36% | - |
| HSV(B) | 210º | 0.74% | 0.57% | - |
| XYZ | 9.61 | 9.92 | 28.2 | - |
| YUV | 81.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 145 | 0.74 | 0.37 | 0 | 0.43 | 210 | 0.59 | 0.36 |
| Hex | 25 | 5B | 91 | 4A | 25 | 0 | 2B | D2 | 3B | 24 |
| Octal | 45 | 133 | 221 | 112 | 45 | 0 | 53 | 322 | 73 | 44 |
| Binary | 100101 | 1011011 | 10010001 | 1001010 | 100101 | 0 | 101011 | 11010010 | 111011 | 100100 |
Color Harmonies of #255B91
Complementary color
Monochromatic Colors of #255B91
Black with #255B91
Text Example
Text Example
White with #255B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B91; }
p { color: rgb(37,91,145); }
H1.HeaderClassName
{
color: #255B91;
}
.AnyTagClassName
{
color: #255B91;
}
</style>
background-color css
<style>
a { background-color: #255B91; }
a { background-color: rgb(37,91,145); }
div.DivClassName
{
background-color: #255B91;
}
.BgClassName
{
background-color: #255B91;
}
</style>
border-color css
<style>
span { border-color: #255B91; }
span { border-color: rgb(37,91,145); }
td.TdClassName
{
border-color: #255B91;
}
.TagClassName
{
border-color: #255B91;
}
</style>