#255E88

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

Shades of Endeavour #255E88

Tints of Endeavour #255E88

Color information

#255E88 (or 0x255E88) is unknown color: approx Endeavour. HEX triplet: 25, 5E and 88. RGB value is (37,94,136). Sum of RGB (Red+Green+Blue) = 37+94+136=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #255E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E88 is #DAA177. Grayscale: #515151. Windows color (decimal): -14328184 or 8936997. OLE color: 8936997.

HSL color Cylindrical-coordinate representation of color #255E88: hue angle of 205.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255E88 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3794136-
CMYK0.730.3100.47
HSL205.45º57.23%33.92%-
HSV(B)205.45º72.79%53.33%-
XYZ9.2110.1824.77-
YUV81.74158.6296.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=13.86%
G=35.21%
B=50.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37941360.730.3100.47205.4557.2333.92
Hex255E88491F02Fcd3922
Octal45136210111370573157142
Binary100101101111010001000100100111111010111111001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,94,136); }

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

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

 a { background-color: rgb(37,94,136); }

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

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

 span { border-color: rgb(37,94,136); }

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