#225361

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

Shades of Arapawa #225361

Tints of Arapawa #225361

Color information

#225361 (or 0x225361) is unknown color: approx Arapawa. HEX triplet: 22, 53 and 61. RGB value is (34,83,97). Sum of RGB (Red+Green+Blue) = 34+83+97=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #225361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225361 is #DDAC9E. Grayscale: #454545. Windows color (decimal): -14527647 or 6378274. OLE color: 6378274.

HSL color Cylindrical-coordinate representation of color #225361: hue angle of 193.33º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225361 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB348397-
CMYK0.650.1400.62
HSL193.33º48.09%25.69%-
HSV(B)193.33º64.95%38.04%-
XYZ5.917.3912.42-
YUV69.94143.27102.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=15.89%
G=38.79%
B=45.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3483970.650.1400.62193.3348.0925.69
Hex22536141E03Ec1301a
Octal42123141101160763016032
Binary100010101001111000011000001111001111101100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225361; }

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

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

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

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

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

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

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

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