#254E9F

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

Shades of Endeavour #254E9F

Tints of Endeavour #254E9F

Color information

#254E9F (or 0x254E9F) is unknown color: approx Endeavour. HEX triplet: 25, 4E and 9F. RGB value is (37,78,159). Sum of RGB (Red+Green+Blue) = 37+78+159=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #254E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E9F is #DAB160. Grayscale: #4A4A4A. Windows color (decimal): -14332257 or 10440229. OLE color: 10440229.

HSL color Cylindrical-coordinate representation of color #254E9F: hue angle of 219.84º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254E9F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3778159-
CMYK0.770.5100.38
HSL219.84º62.24%38.43%-
HSV(B)219.84º76.73%62.35%-
XYZ9.758.3533.9-
YUV74.97175.42100.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=13.50%
G=28.47%
B=58.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37781590.770.5100.38219.8462.2438.43
Hex254E9F4D33026dc3e26
Octal45116237115630463347646
Binary1001011001110100111111001101110011010011011011100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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