Html Css Color HEX #201353 Paua

📋 copy color: '#201353'

red 32 ◦ green 19 ◦ blue 83

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

Shades of Paua #201353

Tints of Paua #201353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 23.88%
G = 14.18%
B = 61.94%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201353 (or 0x201353) is known color: Paua. HEX triplet: 20, 13 and 53. RGB value is (32,19,83). Sum of RGB (Red+Green+Blue) = 32+19+83=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #201353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201353 is #DFECAC. Grayscale: #1D1D1D. Windows color (decimal): -14675117 or 5444384. OLE color: 5444384.

HSL color Cylindrical-coordinate representation of color #201353: hue angle of 252.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201353 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 19 83 -
CMYK 0.61 0.77 0 0.67
HSL 252.19º 0.63% 0.2% -
HSV(B) 252.19º 0.77% 0.33% -
XYZ 2.39 1.4 8.33 -
YUV 30.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 32 19 83 0.61 0.77 0 0.67 252.19 0.63 0.2
Hex 20 13 53 3D 4D 0 43 FC 3F 14
Octal 40 23 123 75 115 0 103 374 77 24
Binary 100000 10011 1010011 111101 1001101 0 1000011 11111100 111111 10100

Color Harmonies of #201353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201353

Black with #201353

Text Example


Text Example

White with #201353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201353; }

 p { color: rgb(32,19,83); }

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

background-color css

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

 a { background-color: rgb(32,19,83); }

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

border-color css

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

 span { border-color: rgb(32,19,83); }

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