Shades of Endeavour #25638C
Tints of Endeavour #25638C
RGB
CMYK
RGB Variations
Color information
#25638C (or 0x25638C) is known color: Endeavour. HEX triplet: 25, 63 and 8C. RGB value is (37,99,140). Sum of RGB (Red+Green+Blue) = 37+99+140=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #25638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25638C is #DA9C73. Grayscale: #545454. Windows color (decimal): -14326900 or 9200421. OLE color: 9200421.
HSL color Cylindrical-coordinate representation of color #25638C: hue angle of 203.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25638C is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 99 | 140 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.45 |
| HSL | 203.88º | 0.58% | 0.35% | - |
| HSV(B) | 203.88º | 0.74% | 0.55% | - |
| XYZ | 9.96 | 11.21 | 26.45 | - |
| YUV | 85.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 140 | 0.74 | 0.29 | 0 | 0.45 | 203.88 | 0.58 | 0.35 |
| Hex | 25 | 63 | 8C | 4A | 1D | 0 | 2D | CC | 3A | 23 |
| Octal | 45 | 143 | 214 | 112 | 35 | 0 | 55 | 314 | 72 | 43 |
| Binary | 100101 | 1100011 | 10001100 | 1001010 | 11101 | 0 | 101101 | 11001100 | 111010 | 100011 |
Color Harmonies of #25638C
Complementary color
Monochromatic Colors of #25638C
Black with #25638C
Text Example
Text Example
White with #25638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25638C; }
p { color: rgb(37,99,140); }
H1.HeaderClassName
{
color: #25638C;
}
.AnyTagClassName
{
color: #25638C;
}
</style>
background-color css
<style>
a { background-color: #25638C; }
a { background-color: rgb(37,99,140); }
div.DivClassName
{
background-color: #25638C;
}
.BgClassName
{
background-color: #25638C;
}
</style>
border-color css
<style>
span { border-color: #25638C; }
span { border-color: rgb(37,99,140); }
td.TdClassName
{
border-color: #25638C;
}
.TagClassName
{
border-color: #25638C;
}
</style>