Shades of Endeavour #25558C
Tints of Endeavour #25558C
RGB
CMYK
RGB Variations
Color information
#25558C (or 0x25558C) is known color: Endeavour. HEX triplet: 25, 55 and 8C. RGB value is (37,85,140). Sum of RGB (Red+Green+Blue) = 37+85+140=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #25558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25558C is #DAAA73. Grayscale: #4C4C4C. Windows color (decimal): -14330484 or 9196837. OLE color: 9196837.
HSL color Cylindrical-coordinate representation of color #25558C: hue angle of 212.04º 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 #25558C is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 85 | 140 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.45 |
| HSL | 212.04º | 0.58% | 0.35% | - |
| HSV(B) | 212.04º | 0.74% | 0.55% | - |
| XYZ | 8.75 | 8.78 | 26.05 | - |
| YUV | 76.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 140 | 0.74 | 0.39 | 0 | 0.45 | 212.04 | 0.58 | 0.35 |
| Hex | 25 | 55 | 8C | 4A | 27 | 0 | 2D | D4 | 3A | 23 |
| Octal | 45 | 125 | 214 | 112 | 47 | 0 | 55 | 324 | 72 | 43 |
| Binary | 100101 | 1010101 | 10001100 | 1001010 | 100111 | 0 | 101101 | 11010100 | 111010 | 100011 |
Color Harmonies of #25558C
Complementary color
Monochromatic Colors of #25558C
Black with #25558C
Text Example
Text Example
White with #25558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25558C; }
p { color: rgb(37,85,140); }
H1.HeaderClassName
{
color: #25558C;
}
.AnyTagClassName
{
color: #25558C;
}
</style>
background-color css
<style>
a { background-color: #25558C; }
a { background-color: rgb(37,85,140); }
div.DivClassName
{
background-color: #25558C;
}
.BgClassName
{
background-color: #25558C;
}
</style>
border-color css
<style>
span { border-color: #25558C; }
span { border-color: rgb(37,85,140); }
td.TdClassName
{
border-color: #25558C;
}
.TagClassName
{
border-color: #25558C;
}
</style>