#225363

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

Shades of Arapawa #225363

Tints of Arapawa #225363

Color information

#225363 (or 0x225363) is unknown color: approx Arapawa. HEX triplet: 22, 53 and 63. RGB value is (34,83,99). Sum of RGB (Red+Green+Blue) = 34+83+99=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #225363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225363 is #DDAC9C. Grayscale: #464646. Windows color (decimal): -14527645 or 6509346. OLE color: 6509346.

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

Color convert

RGB348399-
CMYK0.660.1600.61
HSL194.77º48.87%26.08%-
HSV(B)194.77º65.66%38.82%-
XYZ6.017.4312.92-
YUV70.17144.27102.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=15.74%
G=38.43%
B=45.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3483990.660.1600.61194.7748.8726.08
Hex225363421003Dc3311a
Octal42123143102200753036132
Binary1000101010011110001110000101000001111011100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225363; }

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

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

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

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

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

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

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

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