#171548

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

Shades of Paua #171548

Tints of Paua #171548

Color information

#171548 (or 0x171548) is unknown color: approx Paua. HEX triplet: 17, 15 and 48. RGB value is (23,21,72). Sum of RGB (Red+Green+Blue) = 23+21+72=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #171548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171548 is #E8EAB7. Grayscale: #1B1B1B. Windows color (decimal): -15264440 or 4723991. OLE color: 4723991.

HSL color Cylindrical-coordinate representation of color #171548: hue angle of 242.35º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #171548 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB232172-
CMYK0.680.7100.72
HSL242.35º54.84%18.24%-
HSV(B)242.35º70.83%28.24%-
XYZ1.791.196.27-
YUV27.41153.16124.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=19.83%
G=18.10%
B=62.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2321720.680.7100.72242.3554.8418.24
Hex1715484447048f23712
Octal272511010410701103626722
Binary1011110101100100010001001000111010010001111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171548; }

 p { color: rgb(23,21,72); }

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

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

 a { background-color: rgb(23,21,72); }

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

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

 span { border-color: rgb(23,21,72); }

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