#224D62

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

Shades of Arapawa #224D62

Tints of Arapawa #224D62

Color information

#224D62 (or 0x224D62) is unknown color: approx Arapawa. HEX triplet: 22, 4D and 62. RGB value is (34,77,98). Sum of RGB (Red+Green+Blue) = 34+77+98=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #224D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D62 is #DDB29D. Grayscale: #424242. Windows color (decimal): -14529182 or 6442274. OLE color: 6442274.

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

Color convert

RGB347798-
CMYK0.650.2100.62
HSL199.69º48.48%25.88%-
HSV(B)199.69º65.31%38.43%-
XYZ5.526.5312.52-
YUV66.54145.75104.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=16.27%
G=36.84%
B=46.89%

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
Decimal3477980.650.2100.62199.6948.4825.88
Hex224D62411503Ec8301a
Octal42115142101250763106032
Binary1000101001101110001010000011010101111101100100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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