#254F8E

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

Shades of Endeavour #254F8E

Tints of Endeavour #254F8E

Color information

#254F8E (or 0x254F8E) is unknown color: approx Endeavour. HEX triplet: 25, 4F and 8E. RGB value is (37,79,142). Sum of RGB (Red+Green+Blue) = 37+79+142=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #254F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F8E is #DAB071. Grayscale: #494949. Windows color (decimal): -14332018 or 9326373. OLE color: 9326373.

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

Color convert

RGB3779142-
CMYK0.740.4400.44
HSL216º58.66%35.1%-
HSV(B)216º73.94%55.69%-
XYZ8.447.9426.68-
YUV73.62166.59101.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=14.34%
G=30.62%
B=55.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37791420.740.4400.4421658.6635.1
Hex254F8E4A2C02Cd83b23
Octal45117216112540543307343
Binary1001011001111100011101001010101100010110011011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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