#224766

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

Shades of Arapawa #224766

Tints of Arapawa #224766

Color information

#224766 (or 0x224766) is unknown color: approx Arapawa. HEX triplet: 22, 47 and 66. RGB value is (34,71,102). Sum of RGB (Red+Green+Blue) = 34+71+102=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #224766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224766 is #DDB899. Grayscale: #3F3F3F. Windows color (decimal): -14530714 or 6702882. OLE color: 6702882.

HSL color Cylindrical-coordinate representation of color #224766: hue angle of 207.35º 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 #224766 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3471102-
CMYK0.670.3000.6
HSL207.35º50%26.67%-
HSV(B)207.35º66.67%40%-
XYZ5.315.8113.41-
YUV63.47149.74106.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=16.43%
G=34.30%
B=49.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34711020.670.3000.6207.355026.67
Hex224766431E03Ccf321b
Octal42107146103360743176233
Binary1000101000111110011010000111111001111001100111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224766; }

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

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

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

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

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

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

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

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