#254E8E

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

Shades of Endeavour #254E8E

Tints of Endeavour #254E8E

Color information

#254E8E (or 0x254E8E) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 8E. RGB value is (37,78,142). Sum of RGB (Red+Green+Blue) = 37+78+142=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #254E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E8E is #DAB171. Grayscale: #484848. Windows color (decimal): -14332274 or 9326117. OLE color: 9326117.

HSL color Cylindrical-coordinate representation of color #254E8E: hue angle of 216.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254E8E is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3778142-
CMYK0.740.4500.44
HSL216.57º58.66%35.1%-
HSV(B)216.57º73.94%55.69%-
XYZ8.377.826.65-
YUV73.04166.92102.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=14.40%
G=30.35%
B=55.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37781420.740.4500.44216.5758.6635.1
Hex254E8E4A2D02Cd93b23
Octal45116216112550543317343
Binary1001011001110100011101001010101101010110011011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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