#211A51

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

Shades of Paua #211A51

Tints of Paua #211A51

Color information

#211A51 (or 0x211A51) is unknown color: approx Paua. HEX triplet: 21, 1A and 51. RGB value is (33,26,81). Sum of RGB (Red+Green+Blue) = 33+26+81=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #211A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A51 is #DEE5AE. Grayscale: #222222. Windows color (decimal): -14607791 or 5315105. OLE color: 5315105.

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

Color convert

RGB332681-
CMYK0.590.6800.68
HSL247.64º51.4%20.98%-
HSV(B)247.64º67.9%31.76%-
XYZ2.481.667.97-
YUV34.36154.32127.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=23.57%
G=18.57%
B=57.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3326810.590.6800.68247.6451.420.98
Hex211A513B44044f83315
Octal41321217310401043706325
Binary1000011101010100011110111000100010001001111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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