#211752

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

Shades of Paua #211752

Tints of Paua #211752

Color information

#211752 (or 0x211752) is unknown color: approx Paua. HEX triplet: 21, 17 and 52. RGB value is (33,23,82). Sum of RGB (Red+Green+Blue) = 33+23+82=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #211752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211752 is #DEE8AD. Grayscale: #202020. Windows color (decimal): -14608558 or 5379873. OLE color: 5379873.

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

Color convert

RGB332382-
CMYK0.600.7200.68
HSL250.17º56.19%20.59%-
HSV(B)250.17º71.95%32.16%-
XYZ2.461.558.15-
YUV32.72155.81128.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=23.91%
G=16.67%
B=59.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3323820.600.7200.68250.1756.1920.59
Hex2117523C48044fa3815
Octal41271227411001043727025
Binary1000011011110100101111001001000010001001111101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211752; }

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

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

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

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

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

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

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

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