#171044

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

Shades of Paua #171044

Tints of Paua #171044

Color information

#171044 (or 0x171044) is unknown color: approx Paua. HEX triplet: 17, 10 and 44. RGB value is (23,16,68). Sum of RGB (Red+Green+Blue) = 23+16+68=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #171044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171044 is #E8EFBB. Grayscale: #171717. Windows color (decimal): -15265724 or 4460567. OLE color: 4460567.

HSL color Cylindrical-coordinate representation of color #171044: hue angle of 248.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171044 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB231668-
CMYK0.660.7600.73
HSL248.08º61.9%16.47%-
HSV(B)248.08º76.47%26.67%-
XYZ1.580.975.57-
YUV24.02152.82127.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 68 (26.95% from 255) = 63.55%
R=21.50%
G=14.95%
B=63.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2316680.660.7600.73248.0861.916.47
Hex171044424C049f83e10
Octal272010410211401113707620
Binary1011110000100010010000101001100010010011111100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171044; }

 p { color: rgb(23,16,68); }

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

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

 a { background-color: rgb(23,16,68); }

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

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

 span { border-color: rgb(23,16,68); }

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