#2A6188

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

Shades of Endeavour #2A6188

Tints of Endeavour #2A6188

Color information

#2A6188 (or 0x2A6188) is unknown color: approx Endeavour. HEX triplet: 2A, 61 and 88. RGB value is (42,97,136). Sum of RGB (Red+Green+Blue) = 42+97+136=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A6188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6188 is #D59E77. Grayscale: #545454. Windows color (decimal): -13999736 or 8937770. OLE color: 8937770.

HSL color Cylindrical-coordinate representation of color #2A6188: hue angle of 204.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6188 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4297136-
CMYK0.690.2900.47
HSL204.89º52.81%34.9%-
HSV(B)204.89º69.12%53.33%-
XYZ9.6710.8224.87-
YUV85156.7897.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=15.27%
G=35.27%
B=49.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42971360.690.2900.47204.8952.8134.9
Hex2A6188451D02Fcd3523
Octal52141210105350573156543
Binary101010110000110001000100010111101010111111001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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