#2D5C85

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

Shades of Endeavour #2D5C85

Tints of Endeavour #2D5C85

Color information

#2D5C85 (or 0x2D5C85) is unknown color: approx Endeavour. HEX triplet: 2D, 5C and 85. RGB value is (45,92,133). Sum of RGB (Red+Green+Blue) = 45+92+133=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D5C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5C85 is #D2A37A. Grayscale: #525252. Windows color (decimal): -13804411 or 8739885. OLE color: 8739885.

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

Color convert

RGB4592133-
CMYK0.660.3100.48
HSL207.95º49.44%34.9%-
HSV(B)207.95º66.17%52.16%-
XYZ9.149.9123.62-
YUV82.62156.43101.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=16.67%
G=34.07%
B=49.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45921330.660.3100.48207.9549.4434.9
Hex2D5C85421F030d03123
Octal55134205102370603206143
Binary101101101110010000101100001011111011000011010000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,92,133); }

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

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

 a { background-color: rgb(45,92,133); }

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

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

 span { border-color: rgb(45,92,133); }

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