#225461

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

Shades of Arapawa #225461

Tints of Arapawa #225461

Color information

#225461 (or 0x225461) is unknown color: approx Arapawa. HEX triplet: 22, 54 and 61. RGB value is (34,84,97). Sum of RGB (Red+Green+Blue) = 34+84+97=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #225461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225461 is #DDAB9E. Grayscale: #464646. Windows color (decimal): -14527391 or 6378530. OLE color: 6378530.

HSL color Cylindrical-coordinate representation of color #225461: hue angle of 192.38º 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 #225461 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB348497-
CMYK0.650.1300.62
HSL192.38º48.09%25.69%-
HSV(B)192.38º64.95%38.04%-
XYZ5.997.5412.45-
YUV70.53142.94101.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=15.81%
G=39.07%
B=45.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3484970.650.1300.62192.3848.0925.69
Hex22546141D03Ec0301a
Octal42124141101150763006032
Binary100010101010011000011000001110101111101100000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225461; }

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

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

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

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

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

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

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

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