#224663

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

Shades of Arapawa #224663

Tints of Arapawa #224663

Color information

#224663 (or 0x224663) is unknown color: approx Arapawa. HEX triplet: 22, 46 and 63. RGB value is (34,70,99). Sum of RGB (Red+Green+Blue) = 34+70+99=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #224663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224663 is #DDB99C. Grayscale: #3E3E3E. Windows color (decimal): -14530973 or 6506018. OLE color: 6506018.

HSL color Cylindrical-coordinate representation of color #224663: hue angle of 206.77º 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 #224663 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB347099-
CMYK0.660.2900.61
HSL206.77º48.87%26.08%-
HSV(B)206.77º65.66%38.82%-
XYZ5.15.6212.62-
YUV62.54148.57107.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=16.75%
G=34.48%
B=48.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3470990.660.2900.61206.7748.8726.08
Hex224663421D03Dcf311a
Octal42106143102350753176132
Binary1000101000110110001110000101110101111011100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224663; }

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

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

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

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

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

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

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

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