#225263

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

Shades of Arapawa #225263

Tints of Arapawa #225263

Color information

#225263 (or 0x225263) is unknown color: approx Arapawa. HEX triplet: 22, 52 and 63. RGB value is (34,82,99). Sum of RGB (Red+Green+Blue) = 34+82+99=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #225263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225263 is #DDAD9C. Grayscale: #454545. Windows color (decimal): -14527901 or 6509090. OLE color: 6509090.

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

Color convert

RGB348299-
CMYK0.660.1700.61
HSL195.69º48.87%26.08%-
HSV(B)195.69º65.66%38.82%-
XYZ5.937.2812.9-
YUV69.59144.6102.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=15.81%
G=38.14%
B=46.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3482990.660.1700.61195.6948.8726.08
Hex225263421103Dc4311a
Octal42122143102210753046132
Binary1000101010010110001110000101000101111011100010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225263; }

 p { color: rgb(34,82,99); }

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

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

 a { background-color: rgb(34,82,99); }

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

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

 span { border-color: rgb(34,82,99); }

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