Shades of Endeavour #25618A
Tints of Endeavour #25618A
RGB
CMYK
RGB Variations
Color information
#25618A (or 0x25618A) is known color: Endeavour. HEX triplet: 25, 61 and 8A. RGB value is (37,97,138). Sum of RGB (Red+Green+Blue) = 37+97+138=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #25618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25618A is #DA9E75. Grayscale: #535353. Windows color (decimal): -14327414 or 9068837. OLE color: 9068837.
HSL color Cylindrical-coordinate representation of color #25618A: hue angle of 204.36º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25618A is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 97 | 138 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.46 |
| HSL | 204.36º | 0.58% | 0.34% | - |
| HSV(B) | 204.36º | 0.73% | 0.54% | - |
| XYZ | 9.63 | 10.78 | 25.62 | - |
| YUV | 83.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 138 | 0.73 | 0.30 | 0 | 0.46 | 204.36 | 0.58 | 0.34 |
| Hex | 25 | 61 | 8A | 49 | 1E | 0 | 2E | CC | 3A | 22 |
| Octal | 45 | 141 | 212 | 111 | 36 | 0 | 56 | 314 | 72 | 42 |
| Binary | 100101 | 1100001 | 10001010 | 1001001 | 11110 | 0 | 101110 | 11001100 | 111010 | 100010 |
Color Harmonies of #25618A
Complementary color
Monochromatic Colors of #25618A
Black with #25618A
Text Example
Text Example
White with #25618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25618A; }
p { color: rgb(37,97,138); }
H1.HeaderClassName
{
color: #25618A;
}
.AnyTagClassName
{
color: #25618A;
}
</style>
background-color css
<style>
a { background-color: #25618A; }
a { background-color: rgb(37,97,138); }
div.DivClassName
{
background-color: #25618A;
}
.BgClassName
{
background-color: #25618A;
}
</style>
border-color css
<style>
span { border-color: #25618A; }
span { border-color: rgb(37,97,138); }
td.TdClassName
{
border-color: #25618A;
}
.TagClassName
{
border-color: #25618A;
}
</style>