#22509B

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

Shades of Endeavour #22509B

Tints of Endeavour #22509B

Color information

#22509B (or 0x22509B) is unknown color: approx Endeavour. HEX triplet: 22, 50 and 9B. RGB value is (34,80,155). Sum of RGB (Red+Green+Blue) = 34+80+155=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #22509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22509B is #DDAF64. Grayscale: #4A4A4A. Windows color (decimal): -14528357 or 10178594. OLE color: 10178594.

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

Color convert

RGB3480155-
CMYK0.780.4800.39
HSL217.19º64.02%37.06%-
HSV(B)217.19º78.06%60.78%-
XYZ9.448.4432.14-
YUV74.8173.2698.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.64%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=12.64%
G=29.74%
B=57.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34801550.780.4800.39217.1964.0237.06
Hex22509B4E30027d94025
Octal421202331166004733110045
Binary10001010100001001101110011101100000100111110110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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