Shades of Endeavour #255B92
Tints of Endeavour #255B92
RGB
CMYK
RGB Variations
Color information
#255B92 (or 0x255B92) is known color: Endeavour. HEX triplet: 25, 5B and 92. RGB value is (37,91,146). Sum of RGB (Red+Green+Blue) = 37+91+146=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #255B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B92 is #DAA46D. Grayscale: #505050. Windows color (decimal): -14328942 or 9591589. OLE color: 9591589.
HSL color Cylindrical-coordinate representation of color #255B92: hue angle of 210.28º 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 #255B92 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 91 | 146 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.43 |
| HSL | 210.28º | 0.6% | 0.36% | - |
| HSV(B) | 210.28º | 0.75% | 0.57% | - |
| XYZ | 9.69 | 9.95 | 28.6 | - |
| YUV | 81.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 146 | 0.75 | 0.38 | 0 | 0.43 | 210.28 | 0.6 | 0.36 |
| Hex | 25 | 5B | 92 | 4B | 26 | 0 | 2B | D2 | 3C | 24 |
| Octal | 45 | 133 | 222 | 113 | 46 | 0 | 53 | 322 | 74 | 44 |
| Binary | 100101 | 1011011 | 10010010 | 1001011 | 100110 | 0 | 101011 | 11010010 | 111100 | 100100 |
Color Harmonies of #255B92
Complementary color
Monochromatic Colors of #255B92
Black with #255B92
Text Example
Text Example
White with #255B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B92; }
p { color: rgb(37,91,146); }
H1.HeaderClassName
{
color: #255B92;
}
.AnyTagClassName
{
color: #255B92;
}
</style>
background-color css
<style>
a { background-color: #255B92; }
a { background-color: rgb(37,91,146); }
div.DivClassName
{
background-color: #255B92;
}
.BgClassName
{
background-color: #255B92;
}
</style>
border-color css
<style>
span { border-color: #255B92; }
span { border-color: rgb(37,91,146); }
td.TdClassName
{
border-color: #255B92;
}
.TagClassName
{
border-color: #255B92;
}
</style>