#22466E

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

Shades of Arapawa #22466E

Tints of Arapawa #22466E

Color information

#22466E (or 0x22466E) is unknown color: approx Arapawa. HEX triplet: 22, 46 and 6E. RGB value is (34,70,110). Sum of RGB (Red+Green+Blue) = 34+70+110=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #22466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22466E is #DDB991. Grayscale: #3F3F3F. Windows color (decimal): -14530962 or 7226914. OLE color: 7226914.

HSL color Cylindrical-coordinate representation of color #22466E: hue angle of 211.58º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22466E is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3470110-
CMYK0.690.3600.57
HSL211.58º52.78%28.24%-
HSV(B)211.58º69.09%43.14%-
XYZ5.665.8515.58-
YUV63.8154.07106.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=15.89%
G=32.71%
B=51.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34701100.690.3600.57211.5852.7828.24
Hex22466E4524039d4351c
Octal42106156105440713246534
Binary10001010001101101110100010110010001110011101010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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