Html Css Color HEX #201354 Paua

📋 copy color: '#201354'

red 32 ◦ green 19 ◦ blue 84

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

Shades of Paua #201354

Tints of Paua #201354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 62.22%

R = 23.7%
G = 14.07%
B = 62.22%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201354 (or 0x201354) is known color: Paua. HEX triplet: 20, 13 and 54. RGB value is (32,19,84). Sum of RGB (Red+Green+Blue) = 32+19+84=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #201354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201354 is #DFECAB. Grayscale: #1E1E1E. Windows color (decimal): -14675116 or 5509920. OLE color: 5509920.

HSL color Cylindrical-coordinate representation of color #201354: hue angle of 252º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201354 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 19 84 -
CMYK 0.62 0.77 0 0.67
HSL 252º 0.63% 0.2% -
HSV(B) 252º 0.77% 0.33% -
XYZ 2.43 1.41 8.53 -
YUV 30.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 32 19 84 0.62 0.77 0 0.67 252 0.63 0.2
Hex 20 13 54 3E 4D 0 43 FC 3F 14
Octal 40 23 124 76 115 0 103 374 77 24
Binary 100000 10011 1010100 111110 1001101 0 1000011 11111100 111111 10100

Color Harmonies of #201354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201354

Black with #201354

Text Example


Text Example

White with #201354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201354; }

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

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

background-color css

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

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

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

border-color css

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

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

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