#211B51

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

Shades of Paua #211B51

Tints of Paua #211B51

Color information

#211B51 (or 0x211B51) is unknown color: approx Paua. HEX triplet: 21, 1B and 51. RGB value is (33,27,81). Sum of RGB (Red+Green+Blue) = 33+27+81=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #211B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B51 is #DEE4AE. Grayscale: #222222. Windows color (decimal): -14607535 or 5315361. OLE color: 5315361.

HSL color Cylindrical-coordinate representation of color #211B51: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211B51 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB332781-
CMYK0.590.6700.68
HSL246.67º50%21.18%-
HSV(B)246.67º66.67%31.76%-
XYZ2.51.77.98-
YUV34.95153.99126.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=23.40%
G=19.15%
B=57.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3327810.590.6700.68246.675021.18
Hex211B513B43044f73215
Octal41331217310301043676225
Binary1000011101110100011110111000011010001001111011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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