Shades of Endeavour #255A9B
Tints of Endeavour #255A9B
RGB
CMYK
RGB Variations
Color information
#255A9B (or 0x255A9B) is known color: Endeavour. HEX triplet: 25, 5A and 9B. RGB value is (37,90,155). Sum of RGB (Red+Green+Blue) = 37+90+155=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #255A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A9B is #DAA564. Grayscale: #515151. Windows color (decimal): -14329189 or 10181157. OLE color: 10181157.
HSL color Cylindrical-coordinate representation of color #255A9B: hue angle of 213.05º 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 #255A9B is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 90 | 155 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.39 |
| HSL | 213.05º | 0.61% | 0.38% | - |
| HSV(B) | 213.05º | 0.76% | 0.61% | - |
| XYZ | 10.34 | 10.07 | 32.41 | - |
| YUV | 81.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 155 | 0.76 | 0.42 | 0 | 0.39 | 213.05 | 0.61 | 0.38 |
| Hex | 25 | 5A | 9B | 4C | 2A | 0 | 27 | D5 | 3D | 26 |
| Octal | 45 | 132 | 233 | 114 | 52 | 0 | 47 | 325 | 75 | 46 |
| Binary | 100101 | 1011010 | 10011011 | 1001100 | 101010 | 0 | 100111 | 11010101 | 111101 | 100110 |
Color Harmonies of #255A9B
Complementary color
Monochromatic Colors of #255A9B
Black with #255A9B
Text Example
Text Example
White with #255A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A9B; }
p { color: rgb(37,90,155); }
H1.HeaderClassName
{
color: #255A9B;
}
.AnyTagClassName
{
color: #255A9B;
}
</style>
background-color css
<style>
a { background-color: #255A9B; }
a { background-color: rgb(37,90,155); }
div.DivClassName
{
background-color: #255A9B;
}
.BgClassName
{
background-color: #255A9B;
}
</style>
border-color css
<style>
span { border-color: #255A9B; }
span { border-color: rgb(37,90,155); }
td.TdClassName
{
border-color: #255A9B;
}
.TagClassName
{
border-color: #255A9B;
}
</style>