#255791

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

Shades of Endeavour #255791

Tints of Endeavour #255791

Color information

#255791 (or 0x255791) is unknown color: approx Endeavour. HEX triplet: 25, 57 and 91. RGB value is (37,87,145). Sum of RGB (Red+Green+Blue) = 37+87+145=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #255791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255791 is #DAA86E. Grayscale: #4E4E4E. Windows color (decimal): -14329967 or 9525029. OLE color: 9525029.

HSL color Cylindrical-coordinate representation of color #255791: hue angle of 212.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255791 is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3787145-
CMYK0.740.400.43
HSL212.22º59.34%35.69%-
HSV(B)212.22º74.48%56.86%-
XYZ9.289.2528.09-
YUV78.66165.4498.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=13.75%
G=32.34%
B=53.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37871450.740.400.43212.2259.3435.69
Hex2557914A2802Bd43b24
Octal45127221112500533247344
Binary1001011010111100100011001010101000010101111010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255791; }

 p { color: rgb(37,87,145); }

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

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

 a { background-color: rgb(37,87,145); }

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

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

 span { border-color: rgb(37,87,145); }

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