#255F91

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

Shades of Endeavour #255F91

Tints of Endeavour #255F91

Color information

#255F91 (or 0x255F91) is unknown color: approx Endeavour. HEX triplet: 25, 5F and 91. RGB value is (37,95,145). Sum of RGB (Red+Green+Blue) = 37+95+145=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #255F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F91 is #DAA06E. Grayscale: #535353. Windows color (decimal): -14327919 or 9527077. OLE color: 9527077.

HSL color Cylindrical-coordinate representation of color #255F91: hue angle of 207.78º 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 #255F91 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3795145-
CMYK0.740.3400.43
HSL207.78º59.34%35.69%-
HSV(B)207.78º74.48%56.86%-
XYZ9.9710.6228.31-
YUV83.36162.7894.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=13.36%
G=34.30%
B=52.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37951450.740.3400.43207.7859.3435.69
Hex255F914A2202Bd03b24
Octal45137221112420533207344
Binary1001011011111100100011001010100010010101111010000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255F91; }

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

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

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

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

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

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

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

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