#171340

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

Shades of Paua #171340

Tints of Paua #171340

Color information

#171340 (or 0x171340) is unknown color: approx Paua. HEX triplet: 17, 13 and 40. RGB value is (23,19,64). Sum of RGB (Red+Green+Blue) = 23+19+64=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #171340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171340 is #E8ECBF. Grayscale: #191919. Windows color (decimal): -15264960 or 4199191. OLE color: 4199191.

HSL color Cylindrical-coordinate representation of color #171340: hue angle of 245.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171340 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB231964-
CMYK0.640.7000.75
HSL245.33º54.22%16.27%-
HSV(B)245.33º70.31%25.1%-
XYZ1.511.024.97-
YUV25.33149.83126.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.70%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=21.70%
G=17.92%
B=60.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2319640.640.7000.75245.3354.2216.27
Hex171340404604Bf53610
Octal272310010010601133656620
Binary1011110011100000010000001000110010010111111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171340; }

 p { color: rgb(23,19,64); }

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

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

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

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

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

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

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