Html Css Color HEX #201256 Paua

📋 copy color: '#201256'

red 32 ◦ green 18 ◦ blue 86

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

Shades of Paua #201256

Tints of Paua #201256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

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

R = 23.53%
G = 13.24%
B = 63.24%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201256 (or 0x201256) is known color: Paua. HEX triplet: 20, 12 and 56. RGB value is (32,18,86). Sum of RGB (Red+Green+Blue) = 32+18+86=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #201256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201256 is #DFEDA9. Grayscale: #1D1D1D. Windows color (decimal): -14675370 or 5640736. OLE color: 5640736.

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

Color convert

RGB 32 18 86 -
CMYK 0.63 0.79 0 0.66
HSL 252.35º 0.65% 0.2% -
HSV(B) 252.35º 0.79% 0.34% -
XYZ 2.49 1.41 8.95 -
YUV 29.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 32 18 86 0.63 0.79 0 0.66 252.35 0.65 0.2
Hex 20 12 56 3F 4F 0 42 FC 41 14
Octal 40 22 126 77 117 0 102 374 101 24
Binary 100000 10010 1010110 111111 1001111 0 1000010 11111100 1000001 10100

Color Harmonies of #201256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201256

Black with #201256

Text Example


Text Example

White with #201256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201256; }

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

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

background-color css

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

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

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

border-color css

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

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

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