Shades of Endeavour #25678C
Tints of Endeavour #25678C
RGB
CMYK
RGB Variations
Color information
#25678C (or 0x25678C) is known color: Endeavour. HEX triplet: 25, 67 and 8C. RGB value is (37,103,140). Sum of RGB (Red+Green+Blue) = 37+103+140=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #25678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25678C is #DA9873. Grayscale: #575757. Windows color (decimal): -14325876 or 9201445. OLE color: 9201445.
HSL color Cylindrical-coordinate representation of color #25678C: hue angle of 201.55º 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 #25678C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 103 | 140 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.45 |
| HSL | 201.55º | 0.58% | 0.35% | - |
| HSV(B) | 201.55º | 0.74% | 0.55% | - |
| XYZ | 10.35 | 11.99 | 26.58 | - |
| YUV | 87.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 140 | 0.74 | 0.26 | 0 | 0.45 | 201.55 | 0.58 | 0.35 |
| Hex | 25 | 67 | 8C | 4A | 1A | 0 | 2D | CA | 3A | 23 |
| Octal | 45 | 147 | 214 | 112 | 32 | 0 | 55 | 312 | 72 | 43 |
| Binary | 100101 | 1100111 | 10001100 | 1001010 | 11010 | 0 | 101101 | 11001010 | 111010 | 100011 |
Color Harmonies of #25678C
Complementary color
Monochromatic Colors of #25678C
Black with #25678C
Text Example
Text Example
White with #25678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25678C; }
p { color: rgb(37,103,140); }
H1.HeaderClassName
{
color: #25678C;
}
.AnyTagClassName
{
color: #25678C;
}
</style>
background-color css
<style>
a { background-color: #25678C; }
a { background-color: rgb(37,103,140); }
div.DivClassName
{
background-color: #25678C;
}
.BgClassName
{
background-color: #25678C;
}
</style>
border-color css
<style>
span { border-color: #25678C; }
span { border-color: rgb(37,103,140); }
td.TdClassName
{
border-color: #25678C;
}
.TagClassName
{
border-color: #25678C;
}
</style>