#22495C

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

Shades of Arapawa #22495C

Tints of Arapawa #22495C

Color information

#22495C (or 0x22495C) is unknown color: approx Arapawa. HEX triplet: 22, 49 and 5C. RGB value is (34,73,92). Sum of RGB (Red+Green+Blue) = 34+73+92=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #22495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22495C is #DDB6A3. Grayscale: #3F3F3F. Windows color (decimal): -14530212 or 6048034. OLE color: 6048034.

HSL color Cylindrical-coordinate representation of color #22495C: hue angle of 199.66º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22495C is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB347392-
CMYK0.630.2100.64
HSL199.66º46.03%24.71%-
HSV(B)199.66º63.04%36.08%-
XYZ4.975.8811-
YUV63.5144.08106.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=17.09%
G=36.68%
B=46.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3473920.630.2100.64199.6646.0324.71
Hex22495C3F15040c82e19
Octal42111134772501003105631
Binary1000101001001101110011111110101010000001100100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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