Shades of Endeavour #255A92
Tints of Endeavour #255A92
RGB
CMYK
RGB Variations
Color information
#255A92 (or 0x255A92) is known color: Endeavour. HEX triplet: 25, 5A and 92. RGB value is (37,90,146). Sum of RGB (Red+Green+Blue) = 37+90+146=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #255A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A92 is #DAA56D. Grayscale: #505050. Windows color (decimal): -14329198 or 9591333. OLE color: 9591333.
HSL color Cylindrical-coordinate representation of color #255A92: hue angle of 210.83º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255A92 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 90 | 146 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.43 |
| HSL | 210.83º | 0.6% | 0.36% | - |
| HSV(B) | 210.83º | 0.75% | 0.57% | - |
| XYZ | 9.61 | 9.78 | 28.58 | - |
| YUV | 80.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 146 | 0.75 | 0.38 | 0 | 0.43 | 210.83 | 0.6 | 0.36 |
| Hex | 25 | 5A | 92 | 4B | 26 | 0 | 2B | D3 | 3C | 24 |
| Octal | 45 | 132 | 222 | 113 | 46 | 0 | 53 | 323 | 74 | 44 |
| Binary | 100101 | 1011010 | 10010010 | 1001011 | 100110 | 0 | 101011 | 11010011 | 111100 | 100100 |
Color Harmonies of #255A92
Complementary color
Monochromatic Colors of #255A92
Black with #255A92
Text Example
Text Example
White with #255A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A92; }
p { color: rgb(37,90,146); }
H1.HeaderClassName
{
color: #255A92;
}
.AnyTagClassName
{
color: #255A92;
}
</style>
background-color css
<style>
a { background-color: #255A92; }
a { background-color: rgb(37,90,146); }
div.DivClassName
{
background-color: #255A92;
}
.BgClassName
{
background-color: #255A92;
}
</style>
border-color css
<style>
span { border-color: #255A92; }
span { border-color: rgb(37,90,146); }
td.TdClassName
{
border-color: #255A92;
}
.TagClassName
{
border-color: #255A92;
}
</style>