#212250

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

Shades of Paua #212250

Tints of Paua #212250

Color information

#212250 (or 0x212250) is unknown color: approx Paua. HEX triplet: 21, 22 and 50. RGB value is (33,34,80). Sum of RGB (Red+Green+Blue) = 33+34+80=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #212250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212250 is #DEDDAF. Grayscale: #262626. Windows color (decimal): -14605744 or 5251617. OLE color: 5251617.

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

Color convert

RGB333480-
CMYK0.590.5800.69
HSL238.72º41.59%22.16%-
HSV(B)238.72º58.75%31.37%-
XYZ2.652.057.84-
YUV38.94151.17123.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=22.45%
G=23.13%
B=54.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3334800.590.5800.69238.7241.5922.16
Hex2122503B3A045ef2a16
Octal4142120737201053575226
Binary1000011000101010000111011111010010001011110111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212250; }

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

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

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

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

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

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

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

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