#254D8E

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

Shades of Endeavour #254D8E

Tints of Endeavour #254D8E

Color information

#254D8E (or 0x254D8E) is unknown color: approx Endeavour. HEX triplet: 25, 4D and 8E. RGB value is (37,77,142). Sum of RGB (Red+Green+Blue) = 37+77+142=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #254D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D8E is #DAB271. Grayscale: #484848. Windows color (decimal): -14332530 or 9325861. OLE color: 9325861.

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

Color convert

RGB3777142-
CMYK0.740.4600.44
HSL217.14º58.66%35.1%-
HSV(B)217.14º73.94%55.69%-
XYZ8.37.6526.63-
YUV72.45167.25102.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=14.45%
G=30.08%
B=55.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37771420.740.4600.44217.1458.6635.1
Hex254D8E4A2E02Cd93b23
Octal45115216112560543317343
Binary1001011001101100011101001010101110010110011011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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