#2D5883

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

Shades of Endeavour #2D5883

Tints of Endeavour #2D5883

Color information

#2D5883 (or 0x2D5883) is unknown color: approx Endeavour. HEX triplet: 2D, 58 and 83. RGB value is (45,88,131). Sum of RGB (Red+Green+Blue) = 45+88+131=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D5883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5883 is #D2A77C. Grayscale: #4F4F4F. Windows color (decimal): -13805437 or 8607789. OLE color: 8607789.

HSL color Cylindrical-coordinate representation of color #2D5883: hue angle of 210º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D5883 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4588131-
CMYK0.660.3300.49
HSL210º48.86%34.51%-
HSV(B)210º65.65%51.37%-
XYZ8.679.1822.79-
YUV80.04156.75103-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=17.05%
G=33.33%
B=49.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45881310.660.3300.4921048.8634.51
Hex2D58834221031d23123
Octal55130203102410613226143
Binary1011011011000100000111000010100001011000111010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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