Html Css Color HEX #201357 Paua

📋 copy color: '#201357'

red 32 ◦ green 19 ◦ blue 87

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

Shades of Paua #201357

Tints of Paua #201357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.04%

R = 23.19%
G = 13.77%
B = 63.04%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201357 (or 0x201357) is known color: Paua. HEX triplet: 20, 13 and 57. RGB value is (32,19,87). Sum of RGB (Red+Green+Blue) = 32+19+87=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #201357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201357 is #DFECA8. Grayscale: #1E1E1E. Windows color (decimal): -14675113 or 5706528. OLE color: 5706528.

HSL color Cylindrical-coordinate representation of color #201357: hue angle of 251.47º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201357 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 19 87 -
CMYK 0.63 0.78 0 0.66
HSL 251.47º 0.64% 0.21% -
HSV(B) 251.47º 0.78% 0.34% -
XYZ 2.55 1.46 9.16 -
YUV 30.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 32 19 87 0.63 0.78 0 0.66 251.47 0.64 0.21
Hex 20 13 57 3F 4E 0 42 FB 40 15
Octal 40 23 127 77 116 0 102 373 100 25
Binary 100000 10011 1010111 111111 1001110 0 1000010 11111011 1000000 10101

Color Harmonies of #201357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201357

Black with #201357

Text Example


Text Example

White with #201357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201357; }

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

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

background-color css

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

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

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

border-color css

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

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

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