#211952

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

Shades of Paua #211952

Tints of Paua #211952

Color information

#211952 (or 0x211952) is unknown color: approx Paua. HEX triplet: 21, 19 and 52. RGB value is (33,25,82). Sum of RGB (Red+Green+Blue) = 33+25+82=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #211952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211952 is #DEE6AD. Grayscale: #212121. Windows color (decimal): -14608046 or 5380385. OLE color: 5380385.

HSL color Cylindrical-coordinate representation of color #211952: hue angle of 248.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211952 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB332582-
CMYK0.600.7000.68
HSL248.42º53.27%20.98%-
HSV(B)248.42º69.51%32.16%-
XYZ2.51.638.17-
YUV33.89155.15127.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=23.57%
G=17.86%
B=58.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3325820.600.7000.68248.4253.2720.98
Hex2119523C46044f83515
Octal41311227410601043706525
Binary1000011100110100101111001000110010001001111100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211952; }

 p { color: rgb(33,25,82); }

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

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

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

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

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

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

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