#2A5A95

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

Shades of Endeavour #2A5A95

Tints of Endeavour #2A5A95

Color information

#2A5A95 (or 0x2A5A95) is unknown color: approx Endeavour. HEX triplet: 2A, 5A and 95. RGB value is (42,90,149). Sum of RGB (Red+Green+Blue) = 42+90+149=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A5A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5A95 is #D5A56A. Grayscale: #525252. Windows color (decimal): -14001515 or 9787946. OLE color: 9787946.

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

Color convert

RGB4290149-
CMYK0.720.4000.42
HSL213.08º56.02%37.45%-
HSV(B)213.08º71.81%58.43%-
XYZ10.049.9729.83-
YUV82.37165.699.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=14.95%
G=32.03%
B=53.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42901490.720.4000.42213.0856.0237.45
Hex2A5A95482802Ad53825
Octal52132225110500523257045
Binary1010101011010100101011001000101000010101011010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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