#171345

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

Shades of Paua #171345

Tints of Paua #171345

Color information

#171345 (or 0x171345) is unknown color: approx Paua. HEX triplet: 17, 13 and 45. RGB value is (23,19,69). Sum of RGB (Red+Green+Blue) = 23+19+69=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #171345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171345 is #E8ECBA. Grayscale: #191919. Windows color (decimal): -15264955 or 4526871. OLE color: 4526871.

HSL color Cylindrical-coordinate representation of color #171345: hue angle of 244.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171345 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB231969-
CMYK0.670.7200.73
HSL244.8º56.82%17.25%-
HSV(B)244.8º72.46%27.06%-
XYZ1.661.085.75-
YUV25.9152.33125.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.72%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 69 (27.34% from 255) = 62.16%
R=20.72%
G=17.12%
B=62.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2319690.670.7200.73244.856.8217.25
Hex1713454348049f53911
Octal272310510311001113657121
Binary1011110011100010110000111001000010010011111010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171345; }

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

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

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

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

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

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

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

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