#225165

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

Shades of Arapawa #225165

Tints of Arapawa #225165

Color information

#225165 (or 0x225165) is unknown color: approx Arapawa. HEX triplet: 22, 51 and 65. RGB value is (34,81,101). Sum of RGB (Red+Green+Blue) = 34+81+101=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #225165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225165 is #DDAE9A. Grayscale: #454545. Windows color (decimal): -14528155 or 6639906. OLE color: 6639906.

HSL color Cylindrical-coordinate representation of color #225165: hue angle of 197.91º 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 #225165 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3481101-
CMYK0.660.2000.60
HSL197.91º49.63%26.47%-
HSV(B)197.91º66.34%39.61%-
XYZ5.957.1613.38-
YUV69.23145.93102.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=15.74%
G=37.5%
B=46.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34811010.660.2000.60197.9149.6326.47
Hex225165421403Cc6321a
Octal42121145102240743066232
Binary1000101010001110010110000101010001111001100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225165; }

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

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

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

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

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

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

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

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