#224966

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

Shades of Arapawa #224966

Tints of Arapawa #224966

Color information

#224966 (or 0x224966) is unknown color: approx Arapawa. HEX triplet: 22, 49 and 66. RGB value is (34,73,102). Sum of RGB (Red+Green+Blue) = 34+73+102=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #224966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224966 is #DDB699. Grayscale: #404040. Windows color (decimal): -14530202 or 6703394. OLE color: 6703394.

HSL color Cylindrical-coordinate representation of color #224966: hue angle of 205.59º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224966 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3473102-
CMYK0.670.2800.6
HSL205.59º50%26.67%-
HSV(B)205.59º66.67%40%-
XYZ5.446.0613.45-
YUV64.64149.08106.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=16.27%
G=34.93%
B=48.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34731020.670.2800.6205.595026.67
Hex224966431C03Cce321b
Octal42111146103340743166233
Binary1000101001001110011010000111110001111001100111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224966; }

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

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

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

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

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

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

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

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