#2156A5

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

Shades of Endeavour #2156A5

Tints of Endeavour #2156A5

Color information

#2156A5 (or 0x2156A5) is unknown color: approx Endeavour. HEX triplet: 21, 56 and A5. RGB value is (33,86,165). Sum of RGB (Red+Green+Blue) = 33+86+165=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #2156A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156A5 is #DEA95A. Grayscale: #4E4E4E. Windows color (decimal): -14592347 or 10835489. OLE color: 10835489.

HSL color Cylindrical-coordinate representation of color #2156A5: hue angle of 215.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2156A5 is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3386165-
CMYK0.80.4800.35
HSL215.91º66.67%38.82%-
HSV(B)215.91º80%64.71%-
XYZ10.759.736.9-
YUV79.16176.4495.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 165 (64.84% from 255) = 58.10%
R=11.62%
G=30.28%
B=58.10%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33861650.80.4800.35215.9166.6738.82
Hex2156A55030023d84327
Octal411262451206004333010347
Binary10000110101101010010110100001100000100011110110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2156A5; }

 p { color: rgb(33,86,165); }

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

<style>
 a { background-color: #2156A5; }

 a { background-color: rgb(33,86,165); }

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

<style>
 span { border-color: #2156A5; }

 span { border-color: rgb(33,86,165); }

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