#2d5291

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

Shades of Endeavour #2D5291

Tints of Endeavour #2D5291

Color information

#2D5291 (or 0x2D5291) is unknown color: approx Endeavour. HEX triplet: 2D, 52 and 91. RGB value is (45,82,145). Sum of RGB (Red+Green+Blue) = 45+82+145=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D5291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5291 is #D2AD6E. Grayscale: #4D4D4D. Windows color (decimal): -13806959 or 9523757. OLE color: 9523757.

HSL color Cylindrical-coordinate representation of color #2D5291: hue angle of 217.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D5291 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4582145-
CMYK0.690.4300.43
HSL217.8º52.63%37.25%-
HSV(B)217.8º68.97%56.86%-
XYZ9.218.6427.97-
YUV78.12165.74104.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.54%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=16.54%
G=30.15%
B=53.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45821450.690.4300.43217.852.6337.25
Hex2D5291452B02Bda3525
Octal55122221105530533326545
Binary1011011010010100100011000101101011010101111011010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,82,145); }

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

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

 a { background-color: rgb(45,82,145); }

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

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

 span { border-color: rgb(45,82,145); }

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