#254F91

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

Shades of Endeavour #254F91

Tints of Endeavour #254F91

Color information

#254F91 (or 0x254F91) is unknown color: approx Endeavour. HEX triplet: 25, 4F and 91. RGB value is (37,79,145). Sum of RGB (Red+Green+Blue) = 37+79+145=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #254F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F91 is #DAB06E. Grayscale: #494949. Windows color (decimal): -14332015 or 9522981. OLE color: 9522981.

HSL color Cylindrical-coordinate representation of color #254F91: hue angle of 216.67º 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 #254F91 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3779145-
CMYK0.740.4600.43
HSL216.67º59.34%35.69%-
HSV(B)216.67º74.48%56.86%-
XYZ8.678.0327.88-
YUV73.97168.09101.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=14.18%
G=30.27%
B=55.56%

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
Decimal37791450.740.4600.43216.6759.3435.69
Hex254F914A2E02Bd93b24
Octal45117221112560533317344
Binary1001011001111100100011001010101110010101111011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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