Shades of Endeavour #255B9B
Tints of Endeavour #255B9B
RGB
CMYK
RGB Variations
Color information
#255B9B (or 0x255B9B) is known color: Endeavour. HEX triplet: 25, 5B and 9B. RGB value is (37,91,155). Sum of RGB (Red+Green+Blue) = 37+91+155=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #255B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B9B is #DAA464. Grayscale: #515151. Windows color (decimal): -14328933 or 10181413. OLE color: 10181413.
HSL color Cylindrical-coordinate representation of color #255B9B: hue angle of 212.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255B9B is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 91 | 155 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.39 |
| HSL | 212.54º | 0.61% | 0.38% | - |
| HSV(B) | 212.54º | 0.76% | 0.61% | - |
| XYZ | 10.42 | 10.24 | 32.44 | - |
| YUV | 82.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 155 | 0.76 | 0.41 | 0 | 0.39 | 212.54 | 0.61 | 0.38 |
| Hex | 25 | 5B | 9B | 4C | 29 | 0 | 27 | D5 | 3D | 26 |
| Octal | 45 | 133 | 233 | 114 | 51 | 0 | 47 | 325 | 75 | 46 |
| Binary | 100101 | 1011011 | 10011011 | 1001100 | 101001 | 0 | 100111 | 11010101 | 111101 | 100110 |
Color Harmonies of #255B9B
Complementary color
Monochromatic Colors of #255B9B
Black with #255B9B
Text Example
Text Example
White with #255B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B9B; }
p { color: rgb(37,91,155); }
H1.HeaderClassName
{
color: #255B9B;
}
.AnyTagClassName
{
color: #255B9B;
}
</style>
background-color css
<style>
a { background-color: #255B9B; }
a { background-color: rgb(37,91,155); }
div.DivClassName
{
background-color: #255B9B;
}
.BgClassName
{
background-color: #255B9B;
}
</style>
border-color css
<style>
span { border-color: #255B9B; }
span { border-color: rgb(37,91,155); }
td.TdClassName
{
border-color: #255B9B;
}
.TagClassName
{
border-color: #255B9B;
}
</style>