#225169

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

Shades of Arapawa #225169

Tints of Arapawa #225169

Color information

#225169 (or 0x225169) is unknown color: approx Arapawa. HEX triplet: 22, 51 and 69. RGB value is (34,81,105). Sum of RGB (Red+Green+Blue) = 34+81+105=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #225169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225169 is #DDAE96. Grayscale: #454545. Windows color (decimal): -14528151 or 6902050. OLE color: 6902050.

HSL color Cylindrical-coordinate representation of color #225169: hue angle of 200.28º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225169 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3481105-
CMYK0.680.2300.59
HSL200.28º51.08%27.25%-
HSV(B)200.28º67.62%41.18%-
XYZ6.157.2414.44-
YUV69.68147.93102.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=15.45%
G=36.82%
B=47.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34811050.680.2300.59200.2851.0827.25
Hex225169441703Bc8331b
Octal42121151104270733106333
Binary1000101010001110100110001001011101110111100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225169; }

 p { color: rgb(34,81,105); }

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

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

 a { background-color: rgb(34,81,105); }

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

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

 span { border-color: rgb(34,81,105); }

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