#2156A3

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

Shades of Endeavour #2156A3

Tints of Endeavour #2156A3

Color information

#2156A3 (or 0x2156A3) is unknown color: approx Endeavour. HEX triplet: 21, 56 and A3. RGB value is (33,86,163). Sum of RGB (Red+Green+Blue) = 33+86+163=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #2156A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156A3 is #DEA95C. Grayscale: #4E4E4E. Windows color (decimal): -14592349 or 10704417. OLE color: 10704417.

HSL color Cylindrical-coordinate representation of color #2156A3: hue angle of 215.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2156A3 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3386163-
CMYK0.800.4700.36
HSL215.54º66.33%38.43%-
HSV(B)215.54º79.75%63.92%-
XYZ10.579.6235.95-
YUV78.93175.4495.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 163 (64.06% from 255) = 57.80%
R=11.70%
G=30.50%
B=57.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33861630.800.4700.36215.5466.3338.43
Hex2156A3502F024d84226
Octal411262431205704433010246
Binary10000110101101010001110100001011110100100110110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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