#212252

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

Shades of Paua #212252

Tints of Paua #212252

Color information

#212252 (or 0x212252) is unknown color: approx Paua. HEX triplet: 21, 22 and 52. RGB value is (33,34,82). Sum of RGB (Red+Green+Blue) = 33+34+82=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #212252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212252 is #DEDDAD. Grayscale: #262626. Windows color (decimal): -14605742 or 5382689. OLE color: 5382689.

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

Color convert

RGB333482-
CMYK0.600.5900.68
HSL238.78º42.61%22.55%-
HSV(B)238.78º59.76%32.16%-
XYZ2.722.088.24-
YUV39.17152.17123.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=22.15%
G=22.82%
B=55.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3334820.600.5900.68238.7842.6122.55
Hex2122523C3B044ef2b17
Octal4142122747301043575327
Binary1000011000101010010111100111011010001001110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212252; }

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

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

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

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

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

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

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

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