#2C628A

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

Shades of Endeavour #2C628A

Tints of Endeavour #2C628A

Color information

#2C628A (or 0x2C628A) is unknown color: approx Endeavour. HEX triplet: 2C, 62 and 8A. RGB value is (44,98,138). Sum of RGB (Red+Green+Blue) = 44+98+138=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C628A is #D39D75. Grayscale: #565656. Windows color (decimal): -13868406 or 9069100. OLE color: 9069100.

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

Color convert

RGB4498138-
CMYK0.680.2900.46
HSL205.53º51.65%35.69%-
HSV(B)205.53º68.12%54.12%-
XYZ9.9911.1125.66-
YUV86.41157.1197.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=15.71%
G=35%
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.46
SystemRedGreenBlueCMYKHSL
Decimal44981380.680.2900.46205.5351.6535.69
Hex2C628A441D02Ece3424
Octal54142212104350563166444
Binary101100110001010001010100010011101010111011001110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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