#254B9E

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

Shades of Endeavour #254B9E

Tints of Endeavour #254B9E

Color information

#254B9E (or 0x254B9E) is unknown color: approx Endeavour. HEX triplet: 25, 4B and 9E. RGB value is (37,75,158). Sum of RGB (Red+Green+Blue) = 37+75+158=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #254B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B9E is #DAB461. Grayscale: #484848. Windows color (decimal): -14333026 or 10373925. OLE color: 10373925.

HSL color Cylindrical-coordinate representation of color #254B9E: hue angle of 221.16º 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 #254B9E is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3775158-
CMYK0.770.5300.38
HSL221.16º62.05%38.24%-
HSV(B)221.16º76.58%61.96%-
XYZ9.457.8933.37-
YUV73.1175.91102.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=13.70%
G=27.78%
B=58.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37751580.770.5300.38221.1662.0538.24
Hex254B9E4D35026dd3e26
Octal45113236115650463357646
Binary1001011001011100111101001101110101010011011011101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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