Shades of Endeavour #255F9A
Tints of Endeavour #255F9A
RGB
CMYK
RGB Variations
Color information
#255F9A (or 0x255F9A) is known color: Endeavour. HEX triplet: 25, 5F and 9A. RGB value is (37,95,154). Sum of RGB (Red+Green+Blue) = 37+95+154=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #255F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F9A is #DAA065. Grayscale: #545454. Windows color (decimal): -14327910 or 10116901. OLE color: 10116901.
HSL color Cylindrical-coordinate representation of color #255F9A: hue angle of 210.26º 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 #255F9A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 95 | 154 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.40 |
| HSL | 210.26º | 0.61% | 0.37% | - |
| HSV(B) | 210.26º | 0.76% | 0.6% | - |
| XYZ | 10.69 | 10.91 | 32.11 | - |
| YUV | 84.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 154 | 0.76 | 0.38 | 0 | 0.40 | 210.26 | 0.61 | 0.37 |
| Hex | 25 | 5F | 9A | 4C | 26 | 0 | 28 | D2 | 3D | 25 |
| Octal | 45 | 137 | 232 | 114 | 46 | 0 | 50 | 322 | 75 | 45 |
| Binary | 100101 | 1011111 | 10011010 | 1001100 | 100110 | 0 | 101000 | 11010010 | 111101 | 100101 |
Color Harmonies of #255F9A
Complementary color
Monochromatic Colors of #255F9A
Black with #255F9A
Text Example
Text Example
White with #255F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F9A; }
p { color: rgb(37,95,154); }
H1.HeaderClassName
{
color: #255F9A;
}
.AnyTagClassName
{
color: #255F9A;
}
</style>
background-color css
<style>
a { background-color: #255F9A; }
a { background-color: rgb(37,95,154); }
div.DivClassName
{
background-color: #255F9A;
}
.BgClassName
{
background-color: #255F9A;
}
</style>
border-color css
<style>
span { border-color: #255F9A; }
span { border-color: rgb(37,95,154); }
td.TdClassName
{
border-color: #255F9A;
}
.TagClassName
{
border-color: #255F9A;
}
</style>