#212157

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

Shades of Paua #212157

Tints of Paua #212157

Color information

#212157 (or 0x212157) is unknown color: approx Paua. HEX triplet: 21, 21 and 57. RGB value is (33,33,87). Sum of RGB (Red+Green+Blue) = 33+33+87=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #212157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212157 is #DEDEA8. Grayscale: #262626. Windows color (decimal): -14605993 or 5710113. OLE color: 5710113.

HSL color Cylindrical-coordinate representation of color #212157: hue angle of 240º 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 #212157 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB333387-
CMYK0.620.6200.66
HSL240º45%23.53%-
HSV(B)240º62.07%34.12%-
XYZ2.892.19.27-
YUV39.16155123.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 87 (34.38% from 255) = 56.86%
R=21.57%
G=21.57%
B=56.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3333870.620.6200.662404523.53
Hex2121573E3E042f02d18
Octal4141127767601023605530
Binary1000011000011010111111110111110010000101111000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212157; }

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

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

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

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

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

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

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

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