#212257

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

Shades of Paua #212257

Tints of Paua #212257

Color information

#212257 (or 0x212257) is unknown color: approx Paua. HEX triplet: 21, 22 and 57. RGB value is (33,34,87). Sum of RGB (Red+Green+Blue) = 33+34+87=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #212257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212257 is #DEDDA8. Grayscale: #272727. Windows color (decimal): -14605737 or 5710369. OLE color: 5710369.

HSL color Cylindrical-coordinate representation of color #212257: hue angle of 238.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212257 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB333487-
CMYK0.620.6100.66
HSL238.89º45%23.53%-
HSV(B)238.89º62.07%34.12%-
XYZ2.922.169.28-
YUV39.74154.67123.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=21.43%
G=22.08%
B=56.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3334870.620.6100.66238.894523.53
Hex2122573E3D042ef2d18
Octal4142127767501023575530
Binary1000011000101010111111110111101010000101110111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212257; }

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

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

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

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

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

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

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

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