#22498F

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

Shades of Endeavour #22498F

Tints of Endeavour #22498F

Color information

#22498F (or 0x22498F) is unknown color: approx Endeavour. HEX triplet: 22, 49 and 8F. RGB value is (34,73,143). Sum of RGB (Red+Green+Blue) = 34+73+143=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #22498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22498F is #DDB670. Grayscale: #454545. Windows color (decimal): -14530161 or 9390370. OLE color: 9390370.

HSL color Cylindrical-coordinate representation of color #22498F: hue angle of 218.53º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22498F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3473143-
CMYK0.760.4900.44
HSL218.53º61.58%34.71%-
HSV(B)218.53º76.22%56.08%-
XYZ87.0926.93-
YUV69.32169.58102.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=13.6%
G=29.2%
B=57.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34731430.760.4900.44218.5361.5834.71
Hex22498F4C3102Cdb3e23
Octal42111217114610543337643
Binary1000101001001100011111001100110001010110011011011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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