#2C638A

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

Shades of Endeavour #2C638A

Tints of Endeavour #2C638A

Color information

#2C638A (or 0x2C638A) is unknown color: approx Endeavour. HEX triplet: 2C, 63 and 8A. RGB value is (44,99,138). Sum of RGB (Red+Green+Blue) = 44+99+138=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C638A is #D39C75. Grayscale: #565656. Windows color (decimal): -13868150 or 9069356. OLE color: 9069356.

HSL color Cylindrical-coordinate representation of color #2C638A: hue angle of 204.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C638A is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4499138-
CMYK0.680.2800.46
HSL204.89º51.65%35.69%-
HSV(B)204.89º68.12%54.12%-
XYZ10.0911.2925.69-
YUV87156.7897.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=15.66%
G=35.23%
B=49.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44991380.680.2800.46204.8951.6535.69
Hex2C638A441C02Ecd3424
Octal54143212104340563156444
Binary101100110001110001010100010011100010111011001101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,138); }

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

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

 a { background-color: rgb(44,99,138); }

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

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

 span { border-color: rgb(44,99,138); }

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