#202154

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

Shades of Paua #202154

Tints of Paua #202154

Color information

#202154 (or 0x202154) is unknown color: approx Paua. HEX triplet: 20, 21 and 54. RGB value is (32,33,84). Sum of RGB (Red+Green+Blue) = 32+33+84=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #202154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202154 is #DFDEAB. Grayscale: #262626. Windows color (decimal): -14671532 or 5513504. OLE color: 5513504.

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

Color convert

RGB323384-
CMYK0.620.6100.67
HSL238.85º44.83%22.75%-
HSV(B)238.85º61.9%32.94%-
XYZ2.742.038.64-
YUV38.52153.67123.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 84 (33.20% from 255) = 56.38%
R=21.48%
G=22.15%
B=56.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3233840.620.6100.67238.8544.8322.75
Hex2021543E3D043ef2d17
Octal4041124767501033575527
Binary1000001000011010100111110111101010000111110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202154; }

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

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

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

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

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

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

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

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