#2D589E

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

Shades of Endeavour #2D589E

Tints of Endeavour #2D589E

Color information

#2D589E (or 0x2D589E) is unknown color: approx Endeavour. HEX triplet: 2D, 58 and 9E. RGB value is (45,88,158). Sum of RGB (Red+Green+Blue) = 45+88+158=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D589E is #D2A761. Grayscale: #525252. Windows color (decimal): -13805410 or 10377261. OLE color: 10377261.

HSL color Cylindrical-coordinate representation of color #2D589E: hue angle of 217.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D589E is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4588158-
CMYK0.720.4400.38
HSL217.17º55.67%39.8%-
HSV(B)217.17º71.52%61.96%-
XYZ10.7410.0133.71-
YUV83.12170.25100.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=15.46%
G=30.24%
B=54.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45881580.720.4400.38217.1755.6739.8
Hex2D589E482C026d93828
Octal55130236110540463317050
Binary1011011011000100111101001000101100010011011011001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,88,158); }

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

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

 a { background-color: rgb(45,88,158); }

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

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

 span { border-color: rgb(45,88,158); }

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