#171750

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

Shades of Paua #171750

Tints of Paua #171750

Color information

#171750 (or 0x171750) is unknown color: approx Paua. HEX triplet: 17, 17 and 50. RGB value is (23,23,80). Sum of RGB (Red+Green+Blue) = 23+23+80=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #171750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171750 is #E8E8AF. Grayscale: #1D1D1D. Windows color (decimal): -15263920 or 5248791. OLE color: 5248791.

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

Color convert

RGB232380-
CMYK0.710.7100.69
HSL240º55.34%20.2%-
HSV(B)240º71.25%31.37%-
XYZ2.111.377.74-
YUV29.5156.5123.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.25%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=18.25%
G=18.25%
B=63.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2323800.710.7100.6924055.3420.2
Hex1717504747045f03714
Octal272712010710701053606724
Binary1011110111101000010001111000111010001011111000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171750; }

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

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

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

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

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

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

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

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