Html Css Color HEX #171348 Paua

📋 copy color: '#171348'

red 23 ◦ green 19 ◦ blue 72

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

Shades of Paua #171348

Tints of Paua #171348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 20.18%
G = 16.67%
B = 63.16%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#171348 (or 0x171348) is known color: Paua. HEX triplet: 17, 13 and 48. RGB value is (23,19,72). Sum of RGB (Red+Green+Blue) = 23+19+72=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #171348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171348 is #E8ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15264952 or 4723479. OLE color: 4723479.

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

Color convert

RGB 23 19 72 -
CMYK 0.68 0.74 0 0.72
HSL 244.53º 0.58% 0.18% -
HSV(B) 244.53º 0.74% 0.28% -
XYZ 1.76 1.12 6.25 -
YUV 26.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 23 19 72 0.68 0.74 0 0.72 244.53 0.58 0.18
Hex 17 13 48 44 4A 0 48 F5 3A 12
Octal 27 23 110 104 112 0 110 365 72 22
Binary 10111 10011 1001000 1000100 1001010 0 1001000 11110101 111010 10010

Color Harmonies of #171348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171348

Black with #171348

Text Example


Text Example

White with #171348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171348; }

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

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

background-color css

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

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

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

border-color css

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

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

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