#225465

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

Shades of Arapawa #225465

Tints of Arapawa #225465

Color information

#225465 (or 0x225465) is unknown color: approx Arapawa. HEX triplet: 22, 54 and 65. RGB value is (34,84,101). Sum of RGB (Red+Green+Blue) = 34+84+101=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #225465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225465 is #DDAB9A. Grayscale: #464646. Windows color (decimal): -14527387 or 6640674. OLE color: 6640674.

HSL color Cylindrical-coordinate representation of color #225465: hue angle of 195.22º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225465 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3484101-
CMYK0.660.1700.60
HSL195.22º49.63%26.47%-
HSV(B)195.22º66.34%39.61%-
XYZ6.187.6213.46-
YUV70.99144.94101.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=15.53%
G=38.36%
B=46.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34841010.660.1700.60195.2249.6326.47
Hex225465421103Cc3321a
Octal42124145102210743036232
Binary1000101010100110010110000101000101111001100001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225465; }

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

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

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

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

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

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

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

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