Shades of Endeavour #254C9D
Tints of Endeavour #254C9D
RGB
CMYK
RGB Variations
Color information
#254C9D (or 0x254C9D) is known color: Endeavour. HEX triplet: 25, 4C and 9D. RGB value is (37,76,157). Sum of RGB (Red+Green+Blue) = 37+76+157=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #254C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C9D is #DAB362. Grayscale: #494949. Windows color (decimal): -14332771 or 10308645. OLE color: 10308645.
HSL color Cylindrical-coordinate representation of color #254C9D: hue angle of 220.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254C9D is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 76 | 157 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.38 |
| HSL | 220.5º | 0.62% | 0.38% | - |
| HSV(B) | 220.5º | 0.76% | 0.62% | - |
| XYZ | 9.43 | 8 | 32.94 | - |
| YUV | 73.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 157 | 0.76 | 0.52 | 0 | 0.38 | 220.5 | 0.62 | 0.38 |
| Hex | 25 | 4C | 9D | 4C | 34 | 0 | 26 | DC | 3E | 26 |
| Octal | 45 | 114 | 235 | 114 | 64 | 0 | 46 | 334 | 76 | 46 |
| Binary | 100101 | 1001100 | 10011101 | 1001100 | 110100 | 0 | 100110 | 11011100 | 111110 | 100110 |
Color Harmonies of #254C9D
Complementary color
Monochromatic Colors of #254C9D
Black with #254C9D
Text Example
Text Example
White with #254C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C9D; }
p { color: rgb(37,76,157); }
H1.HeaderClassName
{
color: #254C9D;
}
.AnyTagClassName
{
color: #254C9D;
}
</style>
background-color css
<style>
a { background-color: #254C9D; }
a { background-color: rgb(37,76,157); }
div.DivClassName
{
background-color: #254C9D;
}
.BgClassName
{
background-color: #254C9D;
}
</style>
border-color css
<style>
span { border-color: #254C9D; }
span { border-color: rgb(37,76,157); }
td.TdClassName
{
border-color: #254C9D;
}
.TagClassName
{
border-color: #254C9D;
}
</style>