#254E88

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

Shades of Endeavour #254E88

Tints of Endeavour #254E88

Color information

#254E88 (or 0x254E88) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 88. RGB value is (37,78,136). Sum of RGB (Red+Green+Blue) = 37+78+136=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #254E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E88 is #DAB177. Grayscale: #484848. Windows color (decimal): -14332280 or 8932901. OLE color: 8932901.

HSL color Cylindrical-coordinate representation of color #254E88: hue angle of 215.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254E88 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3778136-
CMYK0.730.4300.47
HSL215.15º57.23%33.92%-
HSV(B)215.15º72.79%53.33%-
XYZ7.937.6224.35-
YUV72.35163.92102.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=14.74%
G=31.08%
B=54.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37781360.730.4300.47215.1557.2333.92
Hex254E88492B02Fd73922
Octal45116210111530573277142
Binary1001011001110100010001001001101011010111111010111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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