Html Css Color HEX #20175B Paua

📋 copy color: '#20175B'

red 32 ◦ green 23 ◦ blue 91

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

Shades of Paua #20175B

Tints of Paua #20175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 62.33%

R = 21.92%
G = 15.75%
B = 62.33%

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

#20175B (or 0x20175B) is known color: Paua. HEX triplet: 20, 17 and 5B. RGB value is (32,23,91). Sum of RGB (Red+Green+Blue) = 32+23+91=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #20175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20175B is #DFE8A4. Grayscale: #212121. Windows color (decimal): -14674085 or 5969696. OLE color: 5969696.

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

Color convert

RGB 32 23 91 -
CMYK 0.65 0.75 0 0.64
HSL 247.94º 0.6% 0.22% -
HSV(B) 247.94º 0.75% 0.36% -
XYZ 2.79 1.68 10.07 -
YUV 33.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 32 23 91 0.65 0.75 0 0.64 247.94 0.6 0.22
Hex 20 17 5B 41 4B 0 40 F8 3C 16
Octal 40 27 133 101 113 0 100 370 74 26
Binary 100000 10111 1011011 1000001 1001011 0 1000000 11111000 111100 10110

Color Harmonies of #20175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20175B

Black with #20175B

Text Example


Text Example

White with #20175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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