Html Css Color HEX #201754 Paua

📋 copy color: '#201754'

red 32 ◦ green 23 ◦ blue 84

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

Shades of Paua #201754

Tints of Paua #201754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 23.02%
G = 16.55%
B = 60.43%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201754 (or 0x201754) is known color: Paua. HEX triplet: 20, 17 and 54. RGB value is (32,23,84). Sum of RGB (Red+Green+Blue) = 32+23+84=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #201754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201754 is #DFE8AB. Grayscale: #202020. Windows color (decimal): -14674092 or 5510944. OLE color: 5510944.

HSL color Cylindrical-coordinate representation of color #201754: hue angle of 248.85º degrees, saturation: 0.57, 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 #201754 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 23 84 -
CMYK 0.62 0.73 0 0.67
HSL 248.85º 0.57% 0.21% -
HSV(B) 248.85º 0.73% 0.33% -
XYZ 2.5 1.56 8.56 -
YUV 32.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 32 23 84 0.62 0.73 0 0.67 248.85 0.57 0.21
Hex 20 17 54 3E 49 0 43 F9 39 15
Octal 40 27 124 76 111 0 103 371 71 25
Binary 100000 10111 1010100 111110 1001001 0 1000011 11111001 111001 10101

Color Harmonies of #201754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201754

Black with #201754

Text Example


Text Example

White with #201754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201754; }

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

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

background-color css

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

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

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

border-color css

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

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

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