#212259

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

Shades of Paua #212259

Tints of Paua #212259

Color information

#212259 (or 0x212259) is unknown color: approx Paua. HEX triplet: 21, 22 and 59. RGB value is (33,34,89). Sum of RGB (Red+Green+Blue) = 33+34+89=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #212259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212259 is #DEDDA6. Grayscale: #272727. Windows color (decimal): -14605735 or 5841441. OLE color: 5841441.

HSL color Cylindrical-coordinate representation of color #212259: hue angle of 238.93º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212259 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB333489-
CMYK0.630.6200.65
HSL238.93º45.9%23.92%-
HSV(B)238.93º62.92%34.9%-
XYZ32.199.72-
YUV39.97155.67123.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=21.15%
G=21.79%
B=57.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3334890.630.6200.65238.9345.923.92
Hex2122593F3E041ef2e18
Octal4142131777601013575630
Binary1000011000101011001111111111110010000011110111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212259; }

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

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

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

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

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

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

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

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