#255995

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

Shades of Endeavour #255995

Tints of Endeavour #255995

Color information

#255995 (or 0x255995) is unknown color: approx Endeavour. HEX triplet: 25, 59 and 95. RGB value is (37,89,149). Sum of RGB (Red+Green+Blue) = 37+89+149=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #255995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255995 is #DAA66A. Grayscale: #505050. Windows color (decimal): -14329451 or 9787685. OLE color: 9787685.

HSL color Cylindrical-coordinate representation of color #255995: hue angle of 212.14º 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 #255995 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3789149-
CMYK0.750.4000.42
HSL212.14º60.22%36.47%-
HSV(B)212.14º75.17%58.43%-
XYZ9.769.7129.79-
YUV80.29166.7797.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=13.45%
G=32.36%
B=54.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37891490.750.4000.42212.1460.2236.47
Hex2559954B2802Ad43c24
Octal45131225113500523247444
Binary1001011011001100101011001011101000010101011010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255995; }

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

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

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

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

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

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

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

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