#2A5394

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

Shades of Endeavour #2A5394

Tints of Endeavour #2A5394

Color information

#2A5394 (or 0x2A5394) is unknown color: approx Endeavour. HEX triplet: 2A, 53 and 94. RGB value is (42,83,148). Sum of RGB (Red+Green+Blue) = 42+83+148=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A5394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5394 is #D5AC6B. Grayscale: #4D4D4D. Windows color (decimal): -14003308 or 9720618. OLE color: 9720618.

HSL color Cylindrical-coordinate representation of color #2A5394: hue angle of 216.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A5394 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4283148-
CMYK0.720.4400.42
HSL216.79º55.79%37.25%-
HSV(B)216.79º71.62%58.04%-
XYZ9.398.8229.22-
YUV78.15167.42102.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=15.38%
G=30.40%
B=54.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42831480.720.4400.42216.7955.7937.25
Hex2A5394482C02Ad93825
Octal52123224110540523317045
Binary1010101010011100101001001000101100010101011011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,148); }

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

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

 a { background-color: rgb(42,83,148); }

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

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

 span { border-color: rgb(42,83,148); }

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