#212155

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

Shades of Paua #212155

Tints of Paua #212155

Color information

#212155 (or 0x212155) is unknown color: approx Paua. HEX triplet: 21, 21 and 55. RGB value is (33,33,85). Sum of RGB (Red+Green+Blue) = 33+33+85=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #212155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212155 is #DEDEAA. Grayscale: #262626. Windows color (decimal): -14605995 or 5579041. OLE color: 5579041.

HSL color Cylindrical-coordinate representation of color #212155: hue angle of 240º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212155 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB333385-
CMYK0.610.6100.67
HSL240º44.07%23.14%-
HSV(B)240º61.18%33.33%-
XYZ2.812.078.85-
YUV38.93154123.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=21.85%
G=21.85%
B=56.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3333850.610.6100.6724044.0723.14
Hex2121553D3D043f02c17
Octal4141125757501033605427
Binary1000011000011010101111101111101010000111111000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212155; }

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

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

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

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

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

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

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

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