#255996

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

Shades of Endeavour #255996

Tints of Endeavour #255996

Color information

#255996 (or 0x255996) is unknown color: approx Endeavour. HEX triplet: 25, 59 and 96. RGB value is (37,89,150). Sum of RGB (Red+Green+Blue) = 37+89+150=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #255996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255996 is #DAA669. Grayscale: #505050. Windows color (decimal): -14329450 or 9853221. OLE color: 9853221.

HSL color Cylindrical-coordinate representation of color #255996: hue angle of 212.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255996 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3789150-
CMYK0.750.4100.41
HSL212.39º60.43%36.67%-
HSV(B)212.39º75.33%58.82%-
XYZ9.849.7430.22-
YUV80.41167.2797.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=13.41%
G=32.25%
B=54.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37891500.750.4100.41212.3960.4336.67
Hex2559964B29029d43c25
Octal45131226113510513247445
Binary1001011011001100101101001011101001010100111010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255996; }

 p { color: rgb(37,89,150); }

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

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

 a { background-color: rgb(37,89,150); }

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

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

 span { border-color: rgb(37,89,150); }

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