#2256A2

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

Shades of Endeavour #2256A2

Tints of Endeavour #2256A2

Color information

#2256A2 (or 0x2256A2) is unknown color: approx Endeavour. HEX triplet: 22, 56 and A2. RGB value is (34,86,162). Sum of RGB (Red+Green+Blue) = 34+86+162=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #2256A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2256A2 is #DDA95D. Grayscale: #4E4E4E. Windows color (decimal): -14526814 or 10638882. OLE color: 10638882.

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

Color convert

RGB3486162-
CMYK0.790.4700.36
HSL215.62º65.31%38.43%-
HSV(B)215.62º79.01%63.53%-
XYZ10.519.635.48-
YUV79.12174.7795.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 162 (63.67% from 255) = 57.45%
R=12.06%
G=30.50%
B=57.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34861620.790.4700.36215.6265.3138.43
Hex2256A24F2F024d84126
Octal421262421175704433010146
Binary10001010101101010001010011111011110100100110110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2256A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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