#212253

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

Shades of Paua #212253

Tints of Paua #212253

Color information

#212253 (or 0x212253) is unknown color: approx Paua. HEX triplet: 21, 22 and 53. RGB value is (33,34,83). Sum of RGB (Red+Green+Blue) = 33+34+83=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #212253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212253 is #DEDDAC. Grayscale: #272727. Windows color (decimal): -14605741 or 5448225. OLE color: 5448225.

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

Color convert

RGB333483-
CMYK0.600.5900.67
HSL238.8º43.1%22.75%-
HSV(B)238.8º60.24%32.55%-
XYZ2.762.098.44-
YUV39.29152.67123.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=22%
G=22.67%
B=55.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3334830.600.5900.67238.843.122.75
Hex2122533C3B043ef2b17
Octal4142123747301033575327
Binary1000011000101010011111100111011010000111110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212253; }

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

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

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

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

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

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

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

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