#202155

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

Shades of Paua #202155

Tints of Paua #202155

Color information

#202155 (or 0x202155) is unknown color: approx Paua. HEX triplet: 20, 21 and 55. RGB value is (32,33,85). Sum of RGB (Red+Green+Blue) = 32+33+85=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #202155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202155 is #DFDEAA. Grayscale: #262626. Windows color (decimal): -14671531 or 5579040. OLE color: 5579040.

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

Color convert

RGB323385-
CMYK0.620.6100.67
HSL238.87º45.3%22.94%-
HSV(B)238.87º62.35%33.33%-
XYZ2.782.058.84-
YUV38.63154.17123.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 85 (33.59% from 255) = 56.67%
R=21.33%
G=22%
B=56.67%

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
Decimal3233850.620.6100.67238.8745.322.94
Hex2021553E3D043ef2d17
Octal4041125767501033575527
Binary1000001000011010101111110111101010000111110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202155; }

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

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

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

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

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

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

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

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