Html Css Color HEX #171349 Paua

📋 copy color: '#171349'

red 23 ◦ green 19 ◦ blue 73

#171349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #171349

Tints of Paua #171349

RGB

 RED value IS 23 (9.38% from 255) = 20%

 GREEN value IS 19 (7.81% from 255) = 16.52%

 BLUE value IS 73 (28.91% from 255) = 63.48%

R = 20%
G = 16.52%
B = 63.48%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#171349 (or 0x171349) is known color: Paua. HEX triplet: 17, 13 and 49. RGB value is (23,19,73). Sum of RGB (Red+Green+Blue) = 23+19+73=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #171349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171349 is #E8ECB6. Grayscale: #1A1A1A. Windows color (decimal): -15264951 or 4789015. OLE color: 4789015.

HSL color Cylindrical-coordinate representation of color #171349: hue angle of 244.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171349 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 19 73 -
CMYK 0.68 0.74 0 0.71
HSL 244.44º 0.59% 0.18% -
HSV(B) 244.44º 0.74% 0.29% -
XYZ 1.79 1.13 6.43 -
YUV 26.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 23 19 73 0.68 0.74 0 0.71 244.44 0.59 0.18
Hex 17 13 49 44 4A 0 47 F4 3B 12
Octal 27 23 111 104 112 0 107 364 73 22
Binary 10111 10011 1001001 1000100 1001010 0 1000111 11110100 111011 10010

Color Harmonies of #171349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171349

Black with #171349

Text Example


Text Example

White with #171349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171349; }

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

 H1.HeaderClassName
 {
   color: #171349;
 }
 .AnyTagClassName
 {
   color: #171349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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