Html Css Color HEX #201653 Paua

📋 copy color: '#201653'

red 32 ◦ green 22 ◦ blue 83

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

Shades of Paua #201653

Tints of Paua #201653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 23.36%
G = 16.06%
B = 60.58%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201653 (or 0x201653) is known color: Paua. HEX triplet: 20, 16 and 53. RGB value is (32,22,83). Sum of RGB (Red+Green+Blue) = 32+22+83=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #201653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201653 is #DFE9AC. Grayscale: #1F1F1F. Windows color (decimal): -14674349 or 5445152. OLE color: 5445152.

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

Color convert

RGB 32 22 83 -
CMYK 0.61 0.73 0 0.67
HSL 249.84º 0.58% 0.21% -
HSV(B) 249.84º 0.73% 0.33% -
XYZ 2.44 1.51 8.35 -
YUV 31.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 32 22 83 0.61 0.73 0 0.67 249.84 0.58 0.21
Hex 20 16 53 3D 49 0 43 FA 3A 15
Octal 40 26 123 75 111 0 103 372 72 25
Binary 100000 10110 1010011 111101 1001001 0 1000011 11111010 111010 10101

Color Harmonies of #201653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201653

Black with #201653

Text Example


Text Example

White with #201653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201653; }

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

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

background-color css

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

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

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

border-color css

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

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

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