#2756A2

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

Shades of Endeavour #2756A2

Tints of Endeavour #2756A2

Color information

#2756A2 (or 0x2756A2) is unknown color: approx Endeavour. HEX triplet: 27, 56 and A2. RGB value is (39,86,162). Sum of RGB (Red+Green+Blue) = 39+86+162=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #2756A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2756A2 is #D8A95D. Grayscale: #505050. Windows color (decimal): -14199134 or 10638887. OLE color: 10638887.

HSL color Cylindrical-coordinate representation of color #2756A2: hue angle of 217.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2756A2 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3986162-
CMYK0.760.4700.36
HSL217.07º61.19%39.41%-
HSV(B)217.07º75.93%63.53%-
XYZ10.699.735.49-
YUV80.61173.9398.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 162 (63.67% from 255) = 56.45%
R=13.59%
G=29.97%
B=56.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39861620.760.4700.36217.0761.1939.41
Hex2756A24C2F024d93d27
Octal47126242114570443317547
Binary1001111010110101000101001100101111010010011011001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2756A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2756A2; }

 p { color: rgb(39,86,162); }

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

<style>
 a { background-color: #2756A2; }

 a { background-color: rgb(39,86,162); }

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

<style>
 span { border-color: #2756A2; }

 span { border-color: rgb(39,86,162); }

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