#22599B

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

Shades of Endeavour #22599B

Tints of Endeavour #22599B

Color information

#22599B (or 0x22599B) is unknown color: approx Endeavour. HEX triplet: 22, 59 and 9B. RGB value is (34,89,155). Sum of RGB (Red+Green+Blue) = 34+89+155=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #22599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22599B is #DDA664. Grayscale: #4F4F4F. Windows color (decimal): -14526053 or 10180898. OLE color: 10180898.

HSL color Cylindrical-coordinate representation of color #22599B: hue angle of 212.73º 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 #22599B is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3489155-
CMYK0.780.4300.39
HSL212.73º64.02%37.06%-
HSV(B)212.73º78.06%60.78%-
XYZ10.159.8532.38-
YUV80.08170.2895.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.23%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=12.23%
G=32.01%
B=55.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34891550.780.4300.39212.7364.0237.06
Hex22599B4E2B027d54025
Octal421312331165304732510045
Binary10001010110011001101110011101010110100111110101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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