#211358

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

Shades of Paua #211358

Tints of Paua #211358

Color information

#211358 (or 0x211358) is unknown color: approx Paua. HEX triplet: 21, 13 and 58. RGB value is (33,19,88). Sum of RGB (Red+Green+Blue) = 33+19+88=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #211358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211358 is #DEECA7. Grayscale: #1E1E1E. Windows color (decimal): -14609576 or 5772065. OLE color: 5772065.

HSL color Cylindrical-coordinate representation of color #211358: hue angle of 252.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211358 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB331988-
CMYK0.620.7800.65
HSL252.17º64.49%20.98%-
HSV(B)252.17º78.41%34.51%-
XYZ2.621.499.38-
YUV31.05160.14129.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=23.57%
G=13.57%
B=62.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3319880.620.7800.65252.1764.4920.98
Hex2113583E4E041fc4015
Octal412313076116010137410025
Binary10000110011101100011111010011100100000111111100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211358; }

 p { color: rgb(33,19,88); }

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

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

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

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

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

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

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