Html Css Color HEX #201953 Paua

📋 copy color: '#201953'

red 32 ◦ green 25 ◦ blue 83

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

Shades of Paua #201953

Tints of Paua #201953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 22.86%
G = 17.86%
B = 59.29%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201953 (or 0x201953) is known color: Paua. HEX triplet: 20, 19 and 53. RGB value is (32,25,83). Sum of RGB (Red+Green+Blue) = 32+25+83=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #201953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201953 is #DFE6AC. Grayscale: #212121. Windows color (decimal): -14673581 or 5445920. OLE color: 5445920.

HSL color Cylindrical-coordinate representation of color #201953: hue angle of 247.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201953 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 25 83 -
CMYK 0.61 0.70 0 0.67
HSL 247.24º 0.54% 0.21% -
HSV(B) 247.24º 0.7% 0.33% -
XYZ 2.5 1.63 8.37 -
YUV 33.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 32 25 83 0.61 0.70 0 0.67 247.24 0.54 0.21
Hex 20 19 53 3D 46 0 43 F7 36 15
Octal 40 31 123 75 106 0 103 367 66 25
Binary 100000 11001 1010011 111101 1000110 0 1000011 11110111 110110 10101

Color Harmonies of #201953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201953

Black with #201953

Text Example


Text Example

White with #201953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201953; }

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

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

background-color css

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

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

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

border-color css

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

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

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