Html Css Color HEX #201356 Paua

📋 copy color: '#201356'

red 32 ◦ green 19 ◦ blue 86

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

Shades of Paua #201356

Tints of Paua #201356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 62.77%

R = 23.36%
G = 13.87%
B = 62.77%

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

#201356 (or 0x201356) is known color: Paua. HEX triplet: 20, 13 and 56. RGB value is (32,19,86). Sum of RGB (Red+Green+Blue) = 32+19+86=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #201356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201356 is #DFECA9. Grayscale: #1E1E1E. Windows color (decimal): -14675114 or 5640992. OLE color: 5640992.

HSL color Cylindrical-coordinate representation of color #201356: hue angle of 251.64º 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 #201356 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 19 86 -
CMYK 0.63 0.78 0 0.66
HSL 251.64º 0.64% 0.21% -
HSV(B) 251.64º 0.78% 0.34% -
XYZ 2.51 1.44 8.95 -
YUV 30.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 32 19 86 0.63 0.78 0 0.66 251.64 0.64 0.21
Hex 20 13 56 3F 4E 0 42 FC 40 15
Octal 40 23 126 77 116 0 102 374 100 25
Binary 100000 10011 1010110 111111 1001110 0 1000010 11111100 1000000 10101

Color Harmonies of #201356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201356

Black with #201356

Text Example


Text Example

White with #201356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201356; }

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

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

background-color css

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

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

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

border-color css

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

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

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