#212151

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

Shades of Paua #212151

Tints of Paua #212151

Color information

#212151 (or 0x212151) is unknown color: approx Paua. HEX triplet: 21, 21 and 51. RGB value is (33,33,81). Sum of RGB (Red+Green+Blue) = 33+33+81=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #212151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212151 is #DEDEAE. Grayscale: #262626. Windows color (decimal): -14605999 or 5316897. OLE color: 5316897.

HSL color Cylindrical-coordinate representation of color #212151: hue angle of 240º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212151 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333381-
CMYK0.590.5900.68
HSL240º42.11%22.35%-
HSV(B)240º59.26%31.76%-
XYZ2.662.018.03-
YUV38.47152124.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=22.45%
G=22.45%
B=55.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3333810.590.5900.6824042.1122.35
Hex2121513B3B044f02a16
Octal4141121737301043605226
Binary1000011000011010001111011111011010001001111000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212151; }

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

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

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

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

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

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

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

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