#224A60

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

Shades of Arapawa #224A60

Tints of Arapawa #224A60

Color information

#224A60 (or 0x224A60) is unknown color: approx Arapawa. HEX triplet: 22, 4A and 60. RGB value is (34,74,96). Sum of RGB (Red+Green+Blue) = 34+74+96=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #224A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A60 is #DDB59F. Grayscale: #404040. Windows color (decimal): -14529952 or 6310434. OLE color: 6310434.

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

Color convert

RGB347496-
CMYK0.650.2300.62
HSL201.29º47.69%25.49%-
HSV(B)201.29º64.58%37.65%-
XYZ5.226.0811.97-
YUV64.55145.75106.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=16.67%
G=36.27%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3474960.650.2300.62201.2947.6925.49
Hex224A60411703Ec93019
Octal42112140101270763116031
Binary1000101001010110000010000011011101111101100100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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