#212057

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

Shades of Paua #212057

Tints of Paua #212057

Color information

#212057 (or 0x212057) is unknown color: approx Paua. HEX triplet: 21, 20 and 57. RGB value is (33,32,87). Sum of RGB (Red+Green+Blue) = 33+32+87=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #212057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212057 is #DEDFA8. Grayscale: #262626. Windows color (decimal): -14606249 or 5709857. OLE color: 5709857.

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

Color convert

RGB333287-
CMYK0.620.6300.66
HSL241.09º46.22%23.33%-
HSV(B)241.09º63.22%34.12%-
XYZ2.862.049.26-
YUV38.57155.33124.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=21.71%
G=21.05%
B=57.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3332870.620.6300.66241.0946.2223.33
Hex2120573E3F042f12e17
Octal4140127767701023615627
Binary1000011000001010111111110111111010000101111000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212057; }

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

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

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

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

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

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

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

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