#225863

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

Shades of Arapawa #225863

Tints of Arapawa #225863

Color information

#225863 (or 0x225863) is unknown color: approx Arapawa. HEX triplet: 22, 58 and 63. RGB value is (34,88,99). Sum of RGB (Red+Green+Blue) = 34+88+99=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #225863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225863 is #DDA79C. Grayscale: #494949. Windows color (decimal): -14526365 or 6510626. OLE color: 6510626.

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

Color convert

RGB348899-
CMYK0.660.1100.61
HSL190.15º48.87%26.08%-
HSV(B)190.15º65.66%38.82%-
XYZ6.48.2213.05-
YUV73.11142.61100.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=15.38%
G=39.82%
B=44.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3488990.660.1100.61190.1548.8726.08
Hex22586342B03Dbe311a
Octal42130143102130752766132
Binary100010101100011000111000010101101111011011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225863; }

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

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

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

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

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

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

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

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