#171152

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

Shades of Paua #171152

Tints of Paua #171152

Color information

#171152 (or 0x171152) is unknown color: approx Paua. HEX triplet: 17, 11 and 52. RGB value is (23,17,82). Sum of RGB (Red+Green+Blue) = 23+17+82=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #171152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171152 is #E8EEAD. Grayscale: #191919. Windows color (decimal): -15265454 or 5378327. OLE color: 5378327.

HSL color Cylindrical-coordinate representation of color #171152: hue angle of 245.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171152 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB231782-
CMYK0.720.7900.68
HSL245.54º65.66%19.41%-
HSV(B)245.54º79.27%32.16%-
XYZ2.081.198.1-
YUV26.2159.49125.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=18.85%
G=13.93%
B=67.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2317820.720.7900.68245.5465.6619.41
Hex171152484F044f64213
Octal2721122110117010436610223
Binary10111100011010010100100010011110100010011110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171152; }

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

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

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

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

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

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

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

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