#2C648B

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

Shades of Endeavour #2C648B

Tints of Endeavour #2C648B

Color information

#2C648B (or 0x2C648B) is unknown color: approx Endeavour. HEX triplet: 2C, 64 and 8B. RGB value is (44,100,139). Sum of RGB (Red+Green+Blue) = 44+100+139=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C648B is #D39B74. Grayscale: #575757. Windows color (decimal): -13867893 or 9135148. OLE color: 9135148.

HSL color Cylindrical-coordinate representation of color #2C648B: hue angle of 204.63º 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 #2C648B is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB44100139-
CMYK0.680.2800.45
HSL204.63º51.91%35.88%-
HSV(B)204.63º68.35%54.51%-
XYZ10.2611.5126.11-
YUV87.7156.9596.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=15.55%
G=35.34%
B=49.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441001390.680.2800.45204.6351.9135.88
Hex2C648B441C02Dcd3424
Octal54144213104340553156444
Binary101100110010010001011100010011100010110111001101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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