#2E5A85

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

Shades of Endeavour #2E5A85

Tints of Endeavour #2E5A85

Color information

#2E5A85 (or 0x2E5A85) is unknown color: approx Endeavour. HEX triplet: 2E, 5A and 85. RGB value is (46,90,133). Sum of RGB (Red+Green+Blue) = 46+90+133=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E5A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5A85 is #D1A57A. Grayscale: #515151. Windows color (decimal): -13739387 or 8739374. OLE color: 8739374.

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

Color convert

RGB4690133-
CMYK0.650.3200.48
HSL209.66º48.6%35.1%-
HSV(B)209.66º65.41%52.16%-
XYZ9.029.5923.57-
YUV81.75156.92102.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=17.10%
G=33.46%
B=49.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46901330.650.3200.48209.6648.635.1
Hex2E5A854120030d23123
Octal56132205101400603226143
Binary1011101011010100001011000001100000011000011010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,90,133); }

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

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

 a { background-color: rgb(46,90,133); }

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

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

 span { border-color: rgb(46,90,133); }

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