Shades of Endeavour #25538C
Tints of Endeavour #25538C
RGB
CMYK
RGB Variations
Color information
#25538C (or 0x25538C) is known color: Endeavour. HEX triplet: 25, 53 and 8C. RGB value is (37,83,140). Sum of RGB (Red+Green+Blue) = 37+83+140=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #25538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538C is #DAAC73. Grayscale: #4B4B4B. Windows color (decimal): -14330996 or 9196325. OLE color: 9196325.
HSL color Cylindrical-coordinate representation of color #25538C: hue angle of 213.2º 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 #25538C is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 83 | 140 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.45 |
| HSL | 213.2º | 0.58% | 0.35% | - |
| HSV(B) | 213.2º | 0.74% | 0.55% | - |
| XYZ | 8.59 | 8.47 | 25.99 | - |
| YUV | 75.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 140 | 0.74 | 0.41 | 0 | 0.45 | 213.2 | 0.58 | 0.35 |
| Hex | 25 | 53 | 8C | 4A | 29 | 0 | 2D | D5 | 3A | 23 |
| Octal | 45 | 123 | 214 | 112 | 51 | 0 | 55 | 325 | 72 | 43 |
| Binary | 100101 | 1010011 | 10001100 | 1001010 | 101001 | 0 | 101101 | 11010101 | 111010 | 100011 |
Color Harmonies of #25538C
Complementary color
Monochromatic Colors of #25538C
Black with #25538C
Text Example
Text Example
White with #25538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25538C; }
p { color: rgb(37,83,140); }
H1.HeaderClassName
{
color: #25538C;
}
.AnyTagClassName
{
color: #25538C;
}
</style>
background-color css
<style>
a { background-color: #25538C; }
a { background-color: rgb(37,83,140); }
div.DivClassName
{
background-color: #25538C;
}
.BgClassName
{
background-color: #25538C;
}
</style>
border-color css
<style>
span { border-color: #25538C; }
span { border-color: rgb(37,83,140); }
td.TdClassName
{
border-color: #25538C;
}
.TagClassName
{
border-color: #25538C;
}
</style>