#254E8B

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

Shades of Endeavour #254E8B

Tints of Endeavour #254E8B

Color information

#254E8B (or 0x254E8B) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 8B. RGB value is (37,78,139). Sum of RGB (Red+Green+Blue) = 37+78+139=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #254E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E8B is #DAB174. Grayscale: #484848. Windows color (decimal): -14332277 or 9129509. OLE color: 9129509.

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

Color convert

RGB3778139-
CMYK0.730.4400.45
HSL215.88º57.95%34.51%-
HSV(B)215.88º73.38%54.51%-
XYZ8.157.7125.48-
YUV72.69165.42102.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=14.57%
G=30.71%
B=54.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37781390.730.4400.45215.8857.9534.51
Hex254E8B492C02Dd83a23
Octal45116213111540553307243
Binary1001011001110100010111001001101100010110111011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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