#224F61

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

Shades of Arapawa #224F61

Tints of Arapawa #224F61

Color information

#224F61 (or 0x224F61) is unknown color: approx Arapawa. HEX triplet: 22, 4F and 61. RGB value is (34,79,97). Sum of RGB (Red+Green+Blue) = 34+79+97=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #224F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F61 is #DDB09E. Grayscale: #434343. Windows color (decimal): -14528671 or 6377250. OLE color: 6377250.

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

Color convert

RGB347997-
CMYK0.650.1900.62
HSL197.14º48.09%25.69%-
HSV(B)197.14º64.95%38.04%-
XYZ5.616.812.32-
YUV67.6144.59104.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=16.19%
G=37.62%
B=46.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3479970.650.1900.62197.1448.0925.69
Hex224F61411303Ec5301a
Octal42117141101230763056032
Binary1000101001111110000110000011001101111101100010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,79,97); }

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

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

 a { background-color: rgb(34,79,97); }

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

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

 span { border-color: rgb(34,79,97); }

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