#211654

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

Shades of Paua #211654

Tints of Paua #211654

Color information

#211654 (or 0x211654) is unknown color: approx Paua. HEX triplet: 21, 16 and 54. RGB value is (33,22,84). Sum of RGB (Red+Green+Blue) = 33+22+84=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #211654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211654 is #DEE9AB. Grayscale: #202020. Windows color (decimal): -14608812 or 5510689. OLE color: 5510689.

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

Color convert

RGB332284-
CMYK0.610.7400.67
HSL250.65º58.49%20.78%-
HSV(B)250.65º73.81%32.94%-
XYZ2.511.548.55-
YUV32.36157.14128.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=23.74%
G=15.83%
B=60.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3322840.610.7400.67250.6558.4920.78
Hex2116543D4A043fb3a15
Octal41261247511201033737225
Binary1000011011010101001111011001010010000111111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211654; }

 p { color: rgb(33,22,84); }

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

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

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

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

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

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

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