#254F9A

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

Shades of Endeavour #254F9A

Tints of Endeavour #254F9A

Color information

#254F9A (or 0x254F9A) is unknown color: approx Endeavour. HEX triplet: 25, 4F and 9A. RGB value is (37,79,154). Sum of RGB (Red+Green+Blue) = 37+79+154=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #254F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F9A is #DAB065. Grayscale: #4A4A4A. Windows color (decimal): -14332006 or 10112805. OLE color: 10112805.

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

Color convert

RGB3779154-
CMYK0.760.4900.40
HSL218.46º61.26%37.45%-
HSV(B)218.46º75.97%60.39%-
XYZ9.398.3231.68-
YUV74.99172.59100.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=13.70%
G=29.26%
B=57.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37791540.760.4900.40218.4661.2637.45
Hex254F9A4C31028da3d25
Octal45117232114610503327545
Binary1001011001111100110101001100110001010100011011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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