#254C9A

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

Shades of Endeavour #254C9A

Tints of Endeavour #254C9A

Color information

#254C9A (or 0x254C9A) is unknown color: approx Endeavour. HEX triplet: 25, 4C and 9A. RGB value is (37,76,154). Sum of RGB (Red+Green+Blue) = 37+76+154=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #254C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C9A is #DAB365. Grayscale: #484848. Windows color (decimal): -14332774 or 10112037. OLE color: 10112037.

HSL color Cylindrical-coordinate representation of color #254C9A: hue angle of 220º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254C9A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3776154-
CMYK0.760.5100.40
HSL220º61.26%37.45%-
HSV(B)220º75.97%60.39%-
XYZ9.187.931.61-
YUV73.23173.58102.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=13.86%
G=28.46%
B=57.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37761540.760.5100.4022061.2637.45
Hex254C9A4C33028dc3d25
Octal45114232114630503347545
Binary1001011001100100110101001100110011010100011011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,76,154); }

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

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

 a { background-color: rgb(37,76,154); }

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

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

 span { border-color: rgb(37,76,154); }

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