#224760

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

Shades of Arapawa #224760

Tints of Arapawa #224760

Color information

#224760 (or 0x224760) is unknown color: approx Arapawa. HEX triplet: 22, 47 and 60. RGB value is (34,71,96). Sum of RGB (Red+Green+Blue) = 34+71+96=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #224760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224760 is #DDB89F. Grayscale: #3E3E3E. Windows color (decimal): -14530720 or 6309666. OLE color: 6309666.

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

Color convert

RGB347196-
CMYK0.650.2600.62
HSL204.19º47.69%25.49%-
HSV(B)204.19º64.58%37.65%-
XYZ5.025.6911.9-
YUV62.79146.74107.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=16.92%
G=35.32%
B=47.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3471960.650.2600.62204.1947.6925.49
Hex224760411A03Ecc3019
Octal42107140101320763146031
Binary1000101000111110000010000011101001111101100110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224760; }

 p { color: rgb(34,71,96); }

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

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

 a { background-color: rgb(34,71,96); }

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

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

 span { border-color: rgb(34,71,96); }

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