#2A6388

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

Shades of Endeavour #2A6388

Tints of Endeavour #2A6388

Color information

#2A6388 (or 0x2A6388) is unknown color: approx Endeavour. HEX triplet: 2A, 63 and 88. RGB value is (42,99,136). Sum of RGB (Red+Green+Blue) = 42+99+136=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A6388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6388 is #D59C77. Grayscale: #555555. Windows color (decimal): -13999224 or 8938282. OLE color: 8938282.

HSL color Cylindrical-coordinate representation of color #2A6388: hue angle of 203.62º 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 #2A6388 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4299136-
CMYK0.690.2700.47
HSL203.62º52.81%34.9%-
HSV(B)203.62º69.12%53.33%-
XYZ9.8611.1924.93-
YUV86.18156.1296.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=15.16%
G=35.74%
B=49.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42991360.690.2700.47203.6252.8134.9
Hex2A6388451B02Fcc3523
Octal52143210105330573146543
Binary101010110001110001000100010111011010111111001100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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