#225166

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

Shades of Arapawa #225166

Tints of Arapawa #225166

Color information

#225166 (or 0x225166) is unknown color: approx Arapawa. HEX triplet: 22, 51 and 66. RGB value is (34,81,102). Sum of RGB (Red+Green+Blue) = 34+81+102=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #225166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225166 is #DDAE99. Grayscale: #454545. Windows color (decimal): -14528154 or 6705442. OLE color: 6705442.

HSL color Cylindrical-coordinate representation of color #225166: hue angle of 198.53º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225166 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3481102-
CMYK0.670.2100.6
HSL198.53º50%26.67%-
HSV(B)198.53º66.67%40%-
XYZ67.1813.64-
YUV69.34146.43102.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.67%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=15.67%
G=37.33%
B=47.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34811020.670.2100.6198.535026.67
Hex225166431503Cc7321b
Octal42121146103250743076233
Binary1000101010001110011010000111010101111001100011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225166; }

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

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

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

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

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

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

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

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