#225462

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

Shades of Arapawa #225462

Tints of Arapawa #225462

Color information

#225462 (or 0x225462) is unknown color: approx Arapawa. HEX triplet: 22, 54 and 62. RGB value is (34,84,98). Sum of RGB (Red+Green+Blue) = 34+84+98=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #225462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225462 is #DDAB9D. Grayscale: #464646. Windows color (decimal): -14527390 or 6444066. OLE color: 6444066.

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

Color convert

RGB348498-
CMYK0.650.1400.62
HSL193.12º48.48%25.88%-
HSV(B)193.12º65.31%38.43%-
XYZ6.037.5612.7-
YUV70.65143.44101.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=15.74%
G=38.89%
B=45.37%

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
Decimal3484980.650.1400.62193.1248.4825.88
Hex22546241E03Ec1301a
Octal42124142101160763016032
Binary100010101010011000101000001111001111101100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225462; }

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

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

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

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

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

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

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

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