#211B55

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

Shades of Paua #211B55

Tints of Paua #211B55

Color information

#211B55 (or 0x211B55) is unknown color: approx Paua. HEX triplet: 21, 1B and 55. RGB value is (33,27,85). Sum of RGB (Red+Green+Blue) = 33+27+85=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #211B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B55 is #DEE4AA. Grayscale: #232323. Windows color (decimal): -14607531 or 5577505. OLE color: 5577505.

HSL color Cylindrical-coordinate representation of color #211B55: hue angle of 246.21º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211B55 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB332785-
CMYK0.610.6800.67
HSL246.21º51.79%21.96%-
HSV(B)246.21º68.24%33.33%-
XYZ2.661.768.79-
YUV35.41155.99126.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 85 (33.59% from 255) = 58.62%
R=22.76%
G=18.62%
B=58.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3327850.610.6800.67246.2151.7921.96
Hex211B553D44043f63416
Octal41331257510401033666426
Binary1000011101110101011111011000100010000111111011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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