#22174D

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

Shades of Paua #22174D

Tints of Paua #22174D

Color information

#22174D (or 0x22174D) is unknown color: approx Paua. HEX triplet: 22, 17 and 4D. RGB value is (34,23,77). Sum of RGB (Red+Green+Blue) = 34+23+77=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #22174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22174D is #DDE8B2. Grayscale: #202020. Windows color (decimal): -14543027 or 5052194. OLE color: 5052194.

HSL color Cylindrical-coordinate representation of color #22174D: hue angle of 252.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22174D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB342377-
CMYK0.560.7000.70
HSL252.22º54%19.61%-
HSV(B)252.22º70.13%30.2%-
XYZ2.311.497.19-
YUV32.44153.14129.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=25.37%
G=17.16%
B=57.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3423770.560.7000.70252.225419.61
Hex22174D3846046fc3614
Octal42271157010601063746624
Binary1000101011110011011110001000110010001101111110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22174D; }

 p { color: rgb(34,23,77); }

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

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

 a { background-color: rgb(34,23,77); }

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

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

 span { border-color: rgb(34,23,77); }

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