#171348

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

Shades of Paua #171348

Tints of Paua #171348

Color information

#171348 (or 0x171348) is unknown color: approx Paua. HEX triplet: 17, 13 and 48. RGB value is (23,19,72). Sum of RGB (Red+Green+Blue) = 23+19+72=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #171348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171348 is #E8ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15264952 or 4723479. OLE color: 4723479.

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

Color convert

RGB231972-
CMYK0.680.7400.72
HSL244.53º58.24%17.84%-
HSV(B)244.53º73.61%28.24%-
XYZ1.761.126.25-
YUV26.24153.83125.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=20.18%
G=16.67%
B=63.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2319720.680.7400.72244.5358.2417.84
Hex171348444A048f53a12
Octal272311010411201103657222
Binary1011110011100100010001001001010010010001111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171348; }

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

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

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

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

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

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

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

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