#254E91

Color #254E91 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #254E91

Tints of Endeavour #254E91

Color information

#254E91 (or 0x254E91) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 91. RGB value is (37,78,145). Sum of RGB (Red+Green+Blue) = 37+78+145=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #254E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E91 is #DAB16E. Grayscale: #494949. Windows color (decimal): -14332271 or 9522725. OLE color: 9522725.

HSL color Cylindrical-coordinate representation of color #254E91: hue angle of 217.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254E91 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3778145-
CMYK0.740.4600.43
HSL217.22º59.34%35.69%-
HSV(B)217.22º74.48%56.86%-
XYZ8.67.8927.86-
YUV73.38168.42102.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=14.23%
G=30%
B=55.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37781450.740.4600.43217.2259.3435.69
Hex254E914A2E02Bd93b24
Octal45116221112560533317344
Binary1001011001110100100011001010101110010101111011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254E91; }

 p { color: rgb(37,78,145); }

 H1.HeaderClassName
 {
   color: #254E91;
 }
 .AnyTagClassName
 {
   color: #254E91;
 }
</style>
background-color css

<style>
 a { background-color: #254E91; }

 a { background-color: rgb(37,78,145); }

 div.DivClassName
 {
   background-color: #254E91;
 }
 .BgClassName
 {
   background-color: #254E91;
 }
</style>
border-color css

<style>
 span { border-color: #254E91; }

 span { border-color: rgb(37,78,145); }

 td.TdClassName
 {
   border-color: #254E91;
 }
 .TagClassName
 {
   border-color: #254E91;
 }
</style>