#171155

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

Shades of Paua #171155

Tints of Paua #171155

Color information

#171155 (or 0x171155) is unknown color: approx Paua. HEX triplet: 17, 11 and 55. RGB value is (23,17,85). Sum of RGB (Red+Green+Blue) = 23+17+85=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #171155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171155 is #E8EEAA. Grayscale: #1A1A1A. Windows color (decimal): -15265451 or 5574935. OLE color: 5574935.

HSL color Cylindrical-coordinate representation of color #171155: hue angle of 245.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #171155 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB231785-
CMYK0.730.8000.67
HSL245.29º66.67%20%-
HSV(B)245.29º80%33.33%-
XYZ2.191.248.72-
YUV26.55160.99125.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 85 (33.59% from 255) = 68%
R=18.4%
G=13.6%
B=68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2317850.730.8000.67245.2966.6720
Hex1711554950043f54314
Octal2721125111120010336510324
Binary10111100011010101100100110100000100001111110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171155; }

 p { color: rgb(23,17,85); }

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

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

 a { background-color: rgb(23,17,85); }

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

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

 span { border-color: rgb(23,17,85); }

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