#22466B

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

Shades of Arapawa #22466B

Tints of Arapawa #22466B

Color information

#22466B (or 0x22466B) is unknown color: approx Arapawa. HEX triplet: 22, 46 and 6B. RGB value is (34,70,107). Sum of RGB (Red+Green+Blue) = 34+70+107=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #22466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22466B is #DDB994. Grayscale: #3F3F3F. Windows color (decimal): -14530965 or 7030306. OLE color: 7030306.

HSL color Cylindrical-coordinate representation of color #22466B: hue angle of 210.41º 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 #22466B is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3470107-
CMYK0.680.3500.58
HSL210.41º51.77%27.65%-
HSV(B)210.41º68.22%41.96%-
XYZ5.55.7814.74-
YUV63.45152.57106.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=16.11%
G=33.18%
B=50.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34701070.680.3500.58210.4151.7727.65
Hex22466B442303Ad2341c
Octal42106153104430723226434
Binary10001010001101101011100010010001101110101101001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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