Html Css Color HEX #20175C Paua

📋 copy color: '#20175C'

red 32 ◦ green 23 ◦ blue 92

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

Shades of Paua #20175C

Tints of Paua #20175C

RGB

 RED value IS 32 (12.89% from 255) = 21.77%

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 92 (36.33% from 255) = 62.59%

R = 21.77%
G = 15.65%
B = 62.59%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20175C (or 0x20175C) is known color: Paua. HEX triplet: 20, 17 and 5C. RGB value is (32,23,92). Sum of RGB (Red+Green+Blue) = 32+23+92=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #20175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20175C is #DFE8A3. Grayscale: #212121. Windows color (decimal): -14674084 or 6035232. OLE color: 6035232.

HSL color Cylindrical-coordinate representation of color #20175C: hue angle of 247.83º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20175C is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 23 92 -
CMYK 0.65 0.75 0 0.64
HSL 247.83º 0.6% 0.23% -
HSV(B) 247.83º 0.75% 0.36% -
XYZ 2.83 1.69 10.3 -
YUV 33.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 32 23 92 0.65 0.75 0 0.64 247.83 0.6 0.23
Hex 20 17 5C 41 4B 0 40 F8 3C 17
Octal 40 27 134 101 113 0 100 370 74 27
Binary 100000 10111 1011100 1000001 1001011 0 1000000 11111000 111100 10111

Color Harmonies of #20175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20175C

Black with #20175C

Text Example


Text Example

White with #20175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20175C; }

 p { color: rgb(32,23,92); }

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

background-color css

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

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

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

border-color css

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

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

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