#254B99

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

Shades of Endeavour #254B99

Tints of Endeavour #254B99

Color information

#254B99 (or 0x254B99) is unknown color: approx Endeavour. HEX triplet: 25, 4B and 99. RGB value is (37,75,153). Sum of RGB (Red+Green+Blue) = 37+75+153=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #254B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B99 is #DAB466. Grayscale: #484848. Windows color (decimal): -14333031 or 10046245. OLE color: 10046245.

HSL color Cylindrical-coordinate representation of color #254B99: hue angle of 220.34º 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 #254B99 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3775153-
CMYK0.760.5100.4
HSL220.34º61.05%37.25%-
HSV(B)220.34º75.82%60%-
XYZ9.037.7331.15-
YUV72.53173.41102.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=13.96%
G=28.30%
B=57.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37751530.760.5100.4220.3461.0537.25
Hex254B994C33028dc3d25
Octal45113231114630503347545
Binary1001011001011100110011001100110011010100011011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,153); }

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

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

 a { background-color: rgb(37,75,153); }

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

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

 span { border-color: rgb(37,75,153); }

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