Html Css Color HEX #201750 Paua

📋 copy color: '#201750'

red 32 ◦ green 23 ◦ blue 80

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

Shades of Paua #201750

Tints of Paua #201750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 23.7%
G = 17.04%
B = 59.26%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201750 (or 0x201750) is known color: Paua. HEX triplet: 20, 17 and 50. RGB value is (32,23,80). Sum of RGB (Red+Green+Blue) = 32+23+80=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #201750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201750 is #DFE8AF. Grayscale: #1F1F1F. Windows color (decimal): -14674096 or 5248800. OLE color: 5248800.

HSL color Cylindrical-coordinate representation of color #201750: hue angle of 249.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201750 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 23 80 -
CMYK 0.60 0.71 0 0.69
HSL 249.47º 0.55% 0.2% -
HSV(B) 249.47º 0.71% 0.31% -
XYZ 2.35 1.5 7.75 -
YUV 32.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 32 23 80 0.60 0.71 0 0.69 249.47 0.55 0.2
Hex 20 17 50 3C 47 0 45 F9 37 14
Octal 40 27 120 74 107 0 105 371 67 24
Binary 100000 10111 1010000 111100 1000111 0 1000101 11111001 110111 10100

Color Harmonies of #201750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201750

Black with #201750

Text Example


Text Example

White with #201750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201750; }

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

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

background-color css

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

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

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

border-color css

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

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

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