#22569A

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

Shades of Endeavour #22569A

Tints of Endeavour #22569A

Color information

#22569A (or 0x22569A) is unknown color: approx Endeavour. HEX triplet: 22, 56 and 9A. RGB value is (34,86,154). Sum of RGB (Red+Green+Blue) = 34+86+154=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #22569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22569A is #DDA965. Grayscale: #4D4D4D. Windows color (decimal): -14526822 or 10114594. OLE color: 10114594.

HSL color Cylindrical-coordinate representation of color #22569A: hue angle of 214º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22569A is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3486154-
CMYK0.780.4400.40
HSL214º63.83%36.86%-
HSV(B)214º77.92%60.39%-
XYZ9.829.3331.85-
YUV78.2170.7796.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=12.41%
G=31.39%
B=56.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34861540.780.4400.4021463.8336.86
Hex22569A4E2C028d64025
Octal421262321165405032610045
Binary10001010101101001101010011101011000101000110101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22569A; }

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

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

<style>
 a { background-color: #22569A; }

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

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

<style>
 span { border-color: #22569A; }

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

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