#224963

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

Shades of Arapawa #224963

Tints of Arapawa #224963

Color information

#224963 (or 0x224963) is unknown color: approx Arapawa. HEX triplet: 22, 49 and 63. RGB value is (34,73,99). Sum of RGB (Red+Green+Blue) = 34+73+99=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #224963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224963 is #DDB69C. Grayscale: #404040. Windows color (decimal): -14530205 or 6506786. OLE color: 6506786.

HSL color Cylindrical-coordinate representation of color #224963: hue angle of 204º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224963 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB347399-
CMYK0.660.2600.61
HSL204º48.87%26.08%-
HSV(B)204º65.66%38.82%-
XYZ5.296.0112.68-
YUV64.3147.58106.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=16.50%
G=35.44%
B=48.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3473990.660.2600.6120448.8726.08
Hex224963421A03Dcc311a
Octal42111143102320753146132
Binary1000101001001110001110000101101001111011100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224963; }

 p { color: rgb(34,73,99); }

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

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

 a { background-color: rgb(34,73,99); }

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

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

 span { border-color: rgb(34,73,99); }

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