#22466C

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

Shades of Arapawa #22466C

Tints of Arapawa #22466C

Color information

#22466C (or 0x22466C) is unknown color: approx Arapawa. HEX triplet: 22, 46 and 6C. RGB value is (34,70,108). Sum of RGB (Red+Green+Blue) = 34+70+108=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #22466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22466C is #DDB993. Grayscale: #3F3F3F. Windows color (decimal): -14530964 or 7095842. OLE color: 7095842.

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

Color convert

RGB3470108-
CMYK0.690.3500.58
HSL210.81º52.11%27.84%-
HSV(B)210.81º68.52%42.35%-
XYZ5.565.815.01-
YUV63.57153.07106.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=16.04%
G=33.02%
B=50.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34701080.690.3500.58210.8152.1127.84
Hex22466C452303Ad3341c
Octal42106154105430723236434
Binary10001010001101101100100010110001101110101101001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22466C; }

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

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

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

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

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

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

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

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