#2C638B

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

Shades of Endeavour #2C638B

Tints of Endeavour #2C638B

Color information

#2C638B (or 0x2C638B) is unknown color: approx Endeavour. HEX triplet: 2C, 63 and 8B. RGB value is (44,99,139). Sum of RGB (Red+Green+Blue) = 44+99+139=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C638B is #D39C74. Grayscale: #565656. Windows color (decimal): -13868149 or 9134892. OLE color: 9134892.

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

Color convert

RGB4499139-
CMYK0.680.2900.45
HSL205.26º51.91%35.88%-
HSV(B)205.26º68.35%54.51%-
XYZ10.1611.3226.08-
YUV87.12157.2897.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=15.60%
G=35.11%
B=49.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44991390.680.2900.45205.2651.9135.88
Hex2C638B441D02Dcd3424
Octal54143213104350553156444
Binary101100110001110001011100010011101010110111001101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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