#225561

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

Shades of Arapawa #225561

Tints of Arapawa #225561

Color information

#225561 (or 0x225561) is unknown color: approx Arapawa. HEX triplet: 22, 55 and 61. RGB value is (34,85,97). Sum of RGB (Red+Green+Blue) = 34+85+97=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #225561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225561 is #DDAA9E. Grayscale: #474747. Windows color (decimal): -14527135 or 6378786. OLE color: 6378786.

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

Color convert

RGB348597-
CMYK0.650.1200.62
HSL191.43º48.09%25.69%-
HSV(B)191.43º64.95%38.04%-
XYZ6.077.712.48-
YUV71.12142.6101.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=15.74%
G=39.35%
B=44.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3485970.650.1200.62191.4348.0925.69
Hex22556141C03Ebf301a
Octal42125141101140762776032
Binary100010101010111000011000001110001111101011111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225561; }

 p { color: rgb(34,85,97); }

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

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

 a { background-color: rgb(34,85,97); }

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

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

 span { border-color: rgb(34,85,97); }

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