#22476B

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

Shades of Arapawa #22476B

Tints of Arapawa #22476B

Color information

#22476B (or 0x22476B) is unknown color: approx Arapawa. HEX triplet: 22, 47 and 6B. RGB value is (34,71,107). Sum of RGB (Red+Green+Blue) = 34+71+107=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #22476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22476B is #DDB894. Grayscale: #3F3F3F. Windows color (decimal): -14530709 or 7030562. OLE color: 7030562.

HSL color Cylindrical-coordinate representation of color #22476B: hue angle of 209.59º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22476B is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3471107-
CMYK0.680.3400.58
HSL209.59º51.77%27.65%-
HSV(B)209.59º68.22%41.96%-
XYZ5.575.9114.76-
YUV64.04152.24106.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=16.04%
G=33.49%
B=50.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34711070.680.3400.58209.5951.7727.65
Hex22476B442203Ad2341c
Octal42107153104420723226434
Binary10001010001111101011100010010001001110101101001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22476B; }

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

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

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

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

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

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

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

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