#225260

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

Shades of Arapawa #225260

Tints of Arapawa #225260

Color information

#225260 (or 0x225260) is unknown color: approx Arapawa. HEX triplet: 22, 52 and 60. RGB value is (34,82,96). Sum of RGB (Red+Green+Blue) = 34+82+96=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #225260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225260 is #DDAD9F. Grayscale: #454545. Windows color (decimal): -14527904 or 6312482. OLE color: 6312482.

HSL color Cylindrical-coordinate representation of color #225260: hue angle of 193.55º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225260 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB348296-
CMYK0.650.1500.62
HSL193.55º47.69%25.49%-
HSV(B)193.55º64.58%37.65%-
XYZ5.797.2212.15-
YUV69.24143.1102.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=16.04%
G=38.68%
B=45.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3482960.650.1500.62193.5547.6925.49
Hex22526041F03Ec23019
Octal42122140101170763026031
Binary100010101001011000001000001111101111101100001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225260; }

 p { color: rgb(34,82,96); }

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

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

 a { background-color: rgb(34,82,96); }

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

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

 span { border-color: rgb(34,82,96); }

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