#22498C

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

Shades of Endeavour #22498C

Tints of Endeavour #22498C

Color information

#22498C (or 0x22498C) is unknown color: approx Endeavour. HEX triplet: 22, 49 and 8C. RGB value is (34,73,140). Sum of RGB (Red+Green+Blue) = 34+73+140=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #22498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22498C is #DDB673. Grayscale: #444444. Windows color (decimal): -14530164 or 9193762. OLE color: 9193762.

HSL color Cylindrical-coordinate representation of color #22498C: hue angle of 217.92º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22498C is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3473140-
CMYK0.760.4800.45
HSL217.92º60.92%34.12%-
HSV(B)217.92º75.71%54.9%-
XYZ7.78725.75-
YUV68.98168.08103.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=13.77%
G=29.55%
B=56.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34731400.760.4800.45217.9260.9234.12
Hex22498C4C3002Dda3d22
Octal42111214114600553327542
Binary1000101001001100011001001100110000010110111011010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22498C; }

 p { color: rgb(34,73,140); }

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

<style>
 a { background-color: #22498C; }

 a { background-color: rgb(34,73,140); }

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

<style>
 span { border-color: #22498C; }

 span { border-color: rgb(34,73,140); }

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