#224C60

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

Shades of Arapawa #224C60

Tints of Arapawa #224C60

Color information

#224C60 (or 0x224C60) is unknown color: approx Arapawa. HEX triplet: 22, 4C and 60. RGB value is (34,76,96). Sum of RGB (Red+Green+Blue) = 34+76+96=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #224C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C60 is #DDB39F. Grayscale: #414141. Windows color (decimal): -14529440 or 6310946. OLE color: 6310946.

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

Color convert

RGB347696-
CMYK0.650.2100.62
HSL199.35º47.69%25.49%-
HSV(B)199.35º64.58%37.65%-
XYZ5.366.3512.01-
YUV65.72145.09105.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=16.50%
G=36.89%
B=46.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3476960.650.2100.62199.3547.6925.49
Hex224C60411503Ec73019
Octal42114140101250763076031
Binary1000101001100110000010000011010101111101100011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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