#254E9B

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

Shades of Endeavour #254E9B

Tints of Endeavour #254E9B

Color information

#254E9B (or 0x254E9B) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 9B. RGB value is (37,78,155). Sum of RGB (Red+Green+Blue) = 37+78+155=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #254E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E9B is #DAB164. Grayscale: #4A4A4A. Windows color (decimal): -14332261 or 10178085. OLE color: 10178085.

HSL color Cylindrical-coordinate representation of color #254E9B: hue angle of 219.15º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254E9B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3778155-
CMYK0.760.5000.39
HSL219.15º61.46%37.65%-
HSV(B)219.15º76.13%60.78%-
XYZ9.48.2132.1-
YUV74.52173.42101.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=13.70%
G=28.89%
B=57.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37781550.760.5000.39219.1561.4637.65
Hex254E9B4C32027db3d26
Octal45116233114620473337546
Binary1001011001110100110111001100110010010011111011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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