#211B58

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

Shades of Paua #211B58

Tints of Paua #211B58

Color information

#211B58 (or 0x211B58) is unknown color: approx Paua. HEX triplet: 21, 1B and 58. RGB value is (33,27,88). Sum of RGB (Red+Green+Blue) = 33+27+88=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #211B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B58 is #DEE4A7. Grayscale: #232323. Windows color (decimal): -14607528 or 5774113. OLE color: 5774113.

HSL color Cylindrical-coordinate representation of color #211B58: hue angle of 245.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211B58 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332788-
CMYK0.620.6900.65
HSL245.9º53.04%22.55%-
HSV(B)245.9º69.32%34.51%-
XYZ2.781.819.44-
YUV35.75157.49126.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=22.30%
G=18.24%
B=59.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3327880.620.6900.65245.953.0422.55
Hex211B583E45041f63517
Octal41331307610501013666527
Binary1000011101110110001111101000101010000011111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211B58; }

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

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

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

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

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

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

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

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