#22559B

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

Shades of Endeavour #22559B

Tints of Endeavour #22559B

Color information

#22559B (or 0x22559B) is unknown color: approx Endeavour. HEX triplet: 22, 55 and 9B. RGB value is (34,85,155). Sum of RGB (Red+Green+Blue) = 34+85+155=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #22559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22559B is #DDAA64. Grayscale: #4D4D4D. Windows color (decimal): -14527077 or 10179874. OLE color: 10179874.

HSL color Cylindrical-coordinate representation of color #22559B: hue angle of 214.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22559B is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3485155-
CMYK0.780.4500.39
HSL214.71º64.02%37.06%-
HSV(B)214.71º78.06%60.78%-
XYZ9.829.232.27-
YUV77.73171.696.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=12.41%
G=31.02%
B=56.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34851550.780.4500.39214.7164.0237.06
Hex22559B4E2D027d74025
Octal421252331165504732710045
Binary10001010101011001101110011101011010100111110101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22559B; }

 p { color: rgb(34,85,155); }

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

<style>
 a { background-color: #22559B; }

 a { background-color: rgb(34,85,155); }

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

<style>
 span { border-color: #22559B; }

 span { border-color: rgb(34,85,155); }

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