#225565

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

Shades of Arapawa #225565

Tints of Arapawa #225565

Color information

#225565 (or 0x225565) is unknown color: approx Arapawa. HEX triplet: 22, 55 and 65. RGB value is (34,85,101). Sum of RGB (Red+Green+Blue) = 34+85+101=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #225565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225565 is #DDAA9A. Grayscale: #474747. Windows color (decimal): -14527131 or 6640930. OLE color: 6640930.

HSL color Cylindrical-coordinate representation of color #225565: hue angle of 194.33º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225565 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3485101-
CMYK0.660.1600.60
HSL194.33º49.63%26.47%-
HSV(B)194.33º66.34%39.61%-
XYZ6.267.7813.48-
YUV71.57144.6101.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=15.45%
G=38.64%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34851010.660.1600.60194.3349.6326.47
Hex225565421003Cc2321a
Octal42125145102200743026232
Binary1000101010101110010110000101000001111001100001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225565; }

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

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

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

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

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

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

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

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