#225064

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

Shades of Arapawa #225064

Tints of Arapawa #225064

Color information

#225064 (or 0x225064) is unknown color: approx Arapawa. HEX triplet: 22, 50 and 64. RGB value is (34,80,100). Sum of RGB (Red+Green+Blue) = 34+80+100=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #225064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225064 is #DDAF9B. Grayscale: #444444. Windows color (decimal): -14528412 or 6574114. OLE color: 6574114.

HSL color Cylindrical-coordinate representation of color #225064: hue angle of 198.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225064 is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3480100-
CMYK0.660.200.61
HSL198.18º49.25%26.27%-
HSV(B)198.18º66%39.22%-
XYZ5.83713.1-
YUV68.53145.76103.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=15.89%
G=37.38%
B=46.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34801000.660.200.61198.1849.2526.27
Hex225064421403Dc6311a
Octal42120144102240753066132
Binary1000101010000110010010000101010001111011100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225064; }

 p { color: rgb(34,80,100); }

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

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

 a { background-color: rgb(34,80,100); }

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

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

 span { border-color: rgb(34,80,100); }

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