Shades of Endeavour #255A9A
Tints of Endeavour #255A9A
RGB
CMYK
RGB Variations
Color information
#255A9A (or 0x255A9A) is known color: Endeavour. HEX triplet: 25, 5A and 9A. RGB value is (37,90,154). Sum of RGB (Red+Green+Blue) = 37+90+154=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #255A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A9A is #DAA565. Grayscale: #515151. Windows color (decimal): -14329190 or 10115621. OLE color: 10115621.
HSL color Cylindrical-coordinate representation of color #255A9A: hue angle of 212.82º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255A9A is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 90 | 154 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.40 |
| HSL | 212.82º | 0.61% | 0.37% | - |
| HSV(B) | 212.82º | 0.76% | 0.6% | - |
| XYZ | 10.25 | 10.04 | 31.97 | - |
| YUV | 81.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 154 | 0.76 | 0.42 | 0 | 0.40 | 212.82 | 0.61 | 0.37 |
| Hex | 25 | 5A | 9A | 4C | 2A | 0 | 28 | D5 | 3D | 25 |
| Octal | 45 | 132 | 232 | 114 | 52 | 0 | 50 | 325 | 75 | 45 |
| Binary | 100101 | 1011010 | 10011010 | 1001100 | 101010 | 0 | 101000 | 11010101 | 111101 | 100101 |
Color Harmonies of #255A9A
Complementary color
Monochromatic Colors of #255A9A
Black with #255A9A
Text Example
Text Example
White with #255A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A9A; }
p { color: rgb(37,90,154); }
H1.HeaderClassName
{
color: #255A9A;
}
.AnyTagClassName
{
color: #255A9A;
}
</style>
background-color css
<style>
a { background-color: #255A9A; }
a { background-color: rgb(37,90,154); }
div.DivClassName
{
background-color: #255A9A;
}
.BgClassName
{
background-color: #255A9A;
}
</style>
border-color css
<style>
span { border-color: #255A9A; }
span { border-color: rgb(37,90,154); }
td.TdClassName
{
border-color: #255A9A;
}
.TagClassName
{
border-color: #255A9A;
}
</style>