#2D6389

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

Shades of Endeavour #2D6389

Tints of Endeavour #2D6389

Color information

#2D6389 (or 0x2D6389) is unknown color: approx Endeavour. HEX triplet: 2D, 63 and 89. RGB value is (45,99,137). Sum of RGB (Red+Green+Blue) = 45+99+137=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D6389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6389 is #D29C76. Grayscale: #565656. Windows color (decimal): -13802615 or 9003821. OLE color: 9003821.

HSL color Cylindrical-coordinate representation of color #2D6389: hue angle of 204.78º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D6389 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4599137-
CMYK0.670.2800.46
HSL204.78º50.55%35.69%-
HSV(B)204.78º67.15%53.73%-
XYZ10.0611.2925.32-
YUV87.19156.1197.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=16.01%
G=35.23%
B=48.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45991370.670.2800.46204.7850.5535.69
Hex2D6389431C02Ecd3324
Octal55143211103340563156344
Binary101101110001110001001100001111100010111011001101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,137); }

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

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

 a { background-color: rgb(45,99,137); }

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

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

 span { border-color: rgb(45,99,137); }

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