#202150

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

Shades of Paua #202150

Tints of Paua #202150

Color information

#202150 (or 0x202150) is unknown color: approx Paua. HEX triplet: 20, 21 and 50. RGB value is (32,33,80). Sum of RGB (Red+Green+Blue) = 32+33+80=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #202150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202150 is #DFDEAF. Grayscale: #252525. Windows color (decimal): -14671536 or 5251360. OLE color: 5251360.

HSL color Cylindrical-coordinate representation of color #202150: hue angle of 238.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202150 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB323380-
CMYK0.600.5900.69
HSL238.75º42.86%21.96%-
HSV(B)238.75º60%31.37%-
XYZ2.591.977.83-
YUV38.06151.67123.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=22.07%
G=22.76%
B=55.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3233800.600.5900.69238.7542.8621.96
Hex2021503C3B045ef2b16
Octal4041120747301053575326
Binary1000001000011010000111100111011010001011110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202150; }

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

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

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

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

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

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

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

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