#225762

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

Shades of Arapawa #225762

Tints of Arapawa #225762

Color information

#225762 (or 0x225762) is unknown color: approx Arapawa. HEX triplet: 22, 57 and 62. RGB value is (34,87,98). Sum of RGB (Red+Green+Blue) = 34+87+98=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #225762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225762 is #DDA89D. Grayscale: #484848. Windows color (decimal): -14526622 or 6444834. OLE color: 6444834.

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

Color convert

RGB348798-
CMYK0.650.1100.62
HSL190.31º48.48%25.88%-
HSV(B)190.31º65.31%38.43%-
XYZ6.278.0412.78-
YUV72.41142.44100.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=15.53%
G=39.73%
B=44.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3487980.650.1100.62190.3148.4825.88
Hex22576241B03Ebe301a
Octal42127142101130762766032
Binary100010101011111000101000001101101111101011111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225762; }

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

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

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

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

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

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

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

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