#254F95

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

Shades of Endeavour #254F95

Tints of Endeavour #254F95

Color information

#254F95 (or 0x254F95) is unknown color: approx Endeavour. HEX triplet: 25, 4F and 95. RGB value is (37,79,149). Sum of RGB (Red+Green+Blue) = 37+79+149=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #254F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F95 is #DAB06A. Grayscale: #4A4A4A. Windows color (decimal): -14332011 or 9785125. OLE color: 9785125.

HSL color Cylindrical-coordinate representation of color #254F95: hue angle of 217.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254F95 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3779149-
CMYK0.750.4700.42
HSL217.5º60.22%36.47%-
HSV(B)217.5º75.17%58.43%-
XYZ8.988.1629.53-
YUV74.42170.09101.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=13.96%
G=29.81%
B=56.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37791490.750.4700.42217.560.2236.47
Hex254F954B2F02Ada3c24
Octal45117225113570523327444
Binary1001011001111100101011001011101111010101011011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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