#2C618B

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

Shades of Endeavour #2C618B

Tints of Endeavour #2C618B

Color information

#2C618B (or 0x2C618B) is unknown color: approx Endeavour. HEX triplet: 2C, 61 and 8B. RGB value is (44,97,139). Sum of RGB (Red+Green+Blue) = 44+97+139=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C618B is #D39E74. Grayscale: #555555. Windows color (decimal): -13868661 or 9134380. OLE color: 9134380.

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

Color convert

RGB4497139-
CMYK0.680.3000.45
HSL206.53º51.91%35.88%-
HSV(B)206.53º68.35%54.51%-
XYZ9.9710.9526.01-
YUV85.94157.9498.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=15.71%
G=34.64%
B=49.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44971390.680.3000.45206.5351.9135.88
Hex2C618B441E02Dcf3424
Octal54141213104360553176444
Binary101100110000110001011100010011110010110111001111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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