Html Css Color HEX #171552 Paua

📋 copy color: '#171552'

red 23 ◦ green 21 ◦ blue 82

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

Shades of Paua #171552

Tints of Paua #171552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 82 (32.42% from 255) = 65.08%

R = 18.25%
G = 16.67%
B = 65.08%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#171552 (or 0x171552) is known color: Paua. HEX triplet: 17, 15 and 52. RGB value is (23,21,82). Sum of RGB (Red+Green+Blue) = 23+21+82=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #171552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171552 is #E8EAAD. Grayscale: #1C1C1C. Windows color (decimal): -15264430 or 5379351. OLE color: 5379351.

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

Color convert

RGB 23 21 82 -
CMYK 0.72 0.74 0 0.68
HSL 241.97º 0.59% 0.2% -
HSV(B) 241.97º 0.74% 0.32% -
XYZ 2.14 1.33 8.13 -
YUV 28.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 23 21 82 0.72 0.74 0 0.68 241.97 0.59 0.2
Hex 17 15 52 48 4A 0 44 F2 3B 14
Octal 27 25 122 110 112 0 104 362 73 24
Binary 10111 10101 1010010 1001000 1001010 0 1000100 11110010 111011 10100

Color Harmonies of #171552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171552

Black with #171552

Text Example


Text Example

White with #171552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171552; }

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

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

background-color css

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

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

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

border-color css

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

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

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