#2A618D

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

Shades of Endeavour #2A618D

Tints of Endeavour #2A618D

Color information

#2A618D (or 0x2A618D) is unknown color: approx Endeavour. HEX triplet: 2A, 61 and 8D. RGB value is (42,97,141). Sum of RGB (Red+Green+Blue) = 42+97+141=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A618D is #D59E72. Grayscale: #555555. Windows color (decimal): -13999731 or 9265450. OLE color: 9265450.

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

Color convert

RGB4297141-
CMYK0.700.3100.45
HSL206.67º54.1%35.88%-
HSV(B)206.67º70.21%55.29%-
XYZ10.0410.9626.79-
YUV85.57159.2896.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=15%
G=34.64%
B=50.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42971410.700.3100.45206.6754.135.88
Hex2A618D461F02Dcf3624
Octal52141215106370553176644
Binary101010110000110001101100011011111010110111001111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,141); }

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

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

 a { background-color: rgb(42,97,141); }

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

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

 span { border-color: rgb(42,97,141); }

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