#254F9D

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

Shades of Endeavour #254F9D

Tints of Endeavour #254F9D

Color information

#254F9D (or 0x254F9D) is unknown color: approx Endeavour. HEX triplet: 25, 4F and 9D. RGB value is (37,79,157). Sum of RGB (Red+Green+Blue) = 37+79+157=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #254F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F9D is #DAB062. Grayscale: #4A4A4A. Windows color (decimal): -14332003 or 10309413. OLE color: 10309413.

HSL color Cylindrical-coordinate representation of color #254F9D: hue angle of 219º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254F9D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3779157-
CMYK0.760.5000.38
HSL219º61.86%38.04%-
HSV(B)219º76.43%61.57%-
XYZ9.648.4233.02-
YUV75.33174.09100.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=13.55%
G=28.94%
B=57.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37791570.760.5000.3821961.8638.04
Hex254F9D4C32026db3e26
Octal45117235114620463337646
Binary1001011001111100111011001100110010010011011011011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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