#225466

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

Shades of Arapawa #225466

Tints of Arapawa #225466

Color information

#225466 (or 0x225466) is unknown color: approx Arapawa. HEX triplet: 22, 54 and 66. RGB value is (34,84,102). Sum of RGB (Red+Green+Blue) = 34+84+102=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #225466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225466 is #DDAB99. Grayscale: #464646. Windows color (decimal): -14527386 or 6706210. OLE color: 6706210.

HSL color Cylindrical-coordinate representation of color #225466: hue angle of 195.88º 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 #225466 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3484102-
CMYK0.670.1800.6
HSL195.88º50%26.67%-
HSV(B)195.88º66.67%40%-
XYZ6.237.6413.72-
YUV71.1145.44101.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=15.45%
G=38.18%
B=46.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34841020.670.1800.6195.885026.67
Hex225466431203Cc4321b
Octal42124146103220743046233
Binary1000101010100110011010000111001001111001100010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225466; }

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

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

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

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

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

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

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

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