#2D5E88

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

Shades of Endeavour #2D5E88

Tints of Endeavour #2D5E88

Color information

#2D5E88 (or 0x2D5E88) is unknown color: approx Endeavour. HEX triplet: 2D, 5E and 88. RGB value is (45,94,136). Sum of RGB (Red+Green+Blue) = 45+94+136=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D5E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5E88 is #D2A177. Grayscale: #535353. Windows color (decimal): -13803896 or 8937005. OLE color: 8937005.

HSL color Cylindrical-coordinate representation of color #2D5E88: hue angle of 207.69º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D5E88 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4594136-
CMYK0.670.3100.47
HSL207.69º50.28%35.49%-
HSV(B)207.69º66.91%53.33%-
XYZ9.5310.3424.79-
YUV84.14157.27100.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.36%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=16.36%
G=34.18%
B=49.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45941360.670.3100.47207.6950.2835.49
Hex2D5E88431F02Fd03223
Octal55136210103370573206243
Binary101101101111010001000100001111111010111111010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5E88; }

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

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

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

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

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

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

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

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