#2A58A4

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

Shades of Endeavour #2A58A4

Tints of Endeavour #2A58A4

Color information

#2A58A4 (or 0x2A58A4) is unknown color: approx Endeavour. HEX triplet: 2A, 58 and A4. RGB value is (42,88,164). Sum of RGB (Red+Green+Blue) = 42+88+164=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A58A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A58A4 is #D5A75B. Grayscale: #525252. Windows color (decimal): -14002012 or 10770474. OLE color: 10770474.

HSL color Cylindrical-coordinate representation of color #2A58A4: hue angle of 217.38º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A58A4 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4288164-
CMYK0.740.4600.36
HSL217.38º59.22%40.39%-
HSV(B)217.38º74.39%64.31%-
XYZ11.1510.1536.49-
YUV82.91173.7698.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 164 (64.45% from 255) = 55.78%
R=14.29%
G=29.93%
B=55.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42881640.740.4600.36217.3859.2240.39
Hex2A58A44A2E024d93b28
Octal52130244112560443317350
Binary1010101011000101001001001010101110010010011011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A58A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,164); }

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

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

 a { background-color: rgb(42,88,164); }

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

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

 span { border-color: rgb(42,88,164); }

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