#254A94

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

Shades of Endeavour #254A94

Tints of Endeavour #254A94

Color information

#254A94 (or 0x254A94) is unknown color: approx Endeavour. HEX triplet: 25, 4A and 94. RGB value is (37,74,148). Sum of RGB (Red+Green+Blue) = 37+74+148=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #254A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A94 is #DAB56B. Grayscale: #474747. Windows color (decimal): -14333292 or 9718309. OLE color: 9718309.

HSL color Cylindrical-coordinate representation of color #254A94: hue angle of 220º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254A94 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3774148-
CMYK0.750.5000.42
HSL220º60%36.27%-
HSV(B)220º75%58.04%-
XYZ8.567.4329-
YUV71.37171.24103.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37741480.750.5000.422206036.27
Hex254A944B3202Adc3c24
Octal45112224113620523347444
Binary1001011001010100101001001011110010010101011011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,148); }

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

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

 a { background-color: rgb(37,74,148); }

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

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

 span { border-color: rgb(37,74,148); }

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