#171550

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

Shades of Paua #171550

Tints of Paua #171550

Color information

#171550 (or 0x171550) is unknown color: approx Paua. HEX triplet: 17, 15 and 50. RGB value is (23,21,80). Sum of RGB (Red+Green+Blue) = 23+21+80=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #171550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171550 is #E8EAAF. Grayscale: #1C1C1C. Windows color (decimal): -15264432 or 5248279. OLE color: 5248279.

HSL color Cylindrical-coordinate representation of color #171550: hue angle of 242.03º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171550 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB232180-
CMYK0.710.7400.69
HSL242.03º58.42%19.8%-
HSV(B)242.03º73.75%31.37%-
XYZ2.071.37.73-
YUV28.32157.16124.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=18.55%
G=16.94%
B=64.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2321800.710.7400.69242.0358.4219.8
Hex171550474A045f23a14
Octal272512010711201053627224
Binary1011110101101000010001111001010010001011111001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171550; }

 p { color: rgb(23,21,80); }

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

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

 a { background-color: rgb(23,21,80); }

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

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

 span { border-color: rgb(23,21,80); }

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