#2656A2

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

Shades of Endeavour #2656A2

Tints of Endeavour #2656A2

Color information

#2656A2 (or 0x2656A2) is unknown color: approx Endeavour. HEX triplet: 26, 56 and A2. RGB value is (38,86,162). Sum of RGB (Red+Green+Blue) = 38+86+162=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #2656A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2656A2 is #D9A95D. Grayscale: #4F4F4F. Windows color (decimal): -14264670 or 10638886. OLE color: 10638886.

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

Color convert

RGB3886162-
CMYK0.770.4700.36
HSL216.77º62%39.22%-
HSV(B)216.77º76.54%63.53%-
XYZ10.659.6835.49-
YUV80.31174.197.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 162 (63.67% from 255) = 56.64%
R=13.29%
G=30.07%
B=56.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38861620.770.4700.36216.776239.22
Hex2656A24D2F024d93e27
Octal46126242115570443317647
Binary1001101010110101000101001101101111010010011011001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2656A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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