#224D60

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

Shades of Arapawa #224D60

Tints of Arapawa #224D60

Color information

#224D60 (or 0x224D60) is unknown color: approx Arapawa. HEX triplet: 22, 4D and 60. RGB value is (34,77,96). Sum of RGB (Red+Green+Blue) = 34+77+96=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #224D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D60 is #DDB29F. Grayscale: #424242. Windows color (decimal): -14529184 or 6311202. OLE color: 6311202.

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

Color convert

RGB347796-
CMYK0.650.2000.62
HSL198.39º47.69%25.49%-
HSV(B)198.39º64.58%37.65%-
XYZ5.426.4912.03-
YUV66.31144.75104.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=16.43%
G=37.20%
B=46.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3477960.650.2000.62198.3947.6925.49
Hex224D60411403Ec63019
Octal42115140101240763066031
Binary1000101001101110000010000011010001111101100011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D60; }

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

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

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

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

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

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

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

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