#2A628B

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

Shades of Endeavour #2A628B

Tints of Endeavour #2A628B

Color information

#2A628B (or 0x2A628B) is unknown color: approx Endeavour. HEX triplet: 2A, 62 and 8B. RGB value is (42,98,139). Sum of RGB (Red+Green+Blue) = 42+98+139=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A628B is #D59D74. Grayscale: #555555. Windows color (decimal): -13999477 or 9134634. OLE color: 9134634.

HSL color Cylindrical-coordinate representation of color #2A628B: hue angle of 205.36º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A628B is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4298139-
CMYK0.700.2900.45
HSL205.36º53.59%35.49%-
HSV(B)205.36º69.78%54.51%-
XYZ9.9811.0926.04-
YUV85.93157.9596.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=15.05%
G=35.13%
B=49.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42981390.700.2900.45205.3653.5935.49
Hex2A628B461D02Dcd3623
Octal52142213106350553156643
Binary101010110001010001011100011011101010110111001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,98,139); }

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

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

 a { background-color: rgb(42,98,139); }

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

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

 span { border-color: rgb(42,98,139); }

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