#201854

Color #201854 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #201854

Tints of Paua #201854

Color information

#201854 (or 0x201854) is unknown color: approx Paua. HEX triplet: 20, 18 and 54. RGB value is (32,24,84). Sum of RGB (Red+Green+Blue) = 32+24+84=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #201854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201854 is #DFE7AB. Grayscale: #212121. Windows color (decimal): -14673836 or 5511200. OLE color: 5511200.

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

Color convert

RGB322484-
CMYK0.620.7100.67
HSL248º55.56%21.18%-
HSV(B)248º71.43%32.94%-
XYZ2.521.68.56-
YUV33.23156.65127.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 84 (33.20% from 255) = 60%
R=22.86%
G=17.14%
B=60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3224840.620.7100.6724855.5621.18
Hex2018543E47043f83815
Octal40301247610701033707025
Binary1000001100010101001111101000111010000111111100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201854; }

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

 H1.HeaderClassName
 {
   color: #201854;
 }
 .AnyTagClassName
 {
   color: #201854;
 }
</style>
background-color css

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

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

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

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

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

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