#211B50

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

Shades of Paua #211B50

Tints of Paua #211B50

Color information

#211B50 (or 0x211B50) is unknown color: approx Paua. HEX triplet: 21, 1B and 50. RGB value is (33,27,80). Sum of RGB (Red+Green+Blue) = 33+27+80=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #211B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B50 is #DEE4AF. Grayscale: #222222. Windows color (decimal): -14607536 or 5249825. OLE color: 5249825.

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

Color convert

RGB332780-
CMYK0.590.6600.69
HSL246.79º49.53%20.98%-
HSV(B)246.79º66.25%31.37%-
XYZ2.471.697.78-
YUV34.84153.49126.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=23.57%
G=19.29%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3327800.590.6600.69246.7949.5320.98
Hex211B503B42045f73215
Octal41331207310201053676225
Binary1000011101110100001110111000010010001011111011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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