#2A5395

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

Shades of Endeavour #2A5395

Tints of Endeavour #2A5395

Color information

#2A5395 (or 0x2A5395) is unknown color: approx Endeavour. HEX triplet: 2A, 53 and 95. RGB value is (42,83,149). Sum of RGB (Red+Green+Blue) = 42+83+149=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A5395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5395 is #D5AC6A. Grayscale: #4D4D4D. Windows color (decimal): -14003307 or 9786154. OLE color: 9786154.

HSL color Cylindrical-coordinate representation of color #2A5395: hue angle of 217.01º 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 #2A5395 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4283149-
CMYK0.720.4400.42
HSL217.01º56.02%37.45%-
HSV(B)217.01º71.81%58.43%-
XYZ9.478.8529.64-
YUV78.26167.92102.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=15.33%
G=30.29%
B=54.38%

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
Decimal42831490.720.4400.42217.0156.0237.45
Hex2A5395482C02Ad93825
Octal52123225110540523317045
Binary1010101010011100101011001000101100010101011011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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