#211C51

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

Shades of Paua #211C51

Tints of Paua #211C51

Color information

#211C51 (or 0x211C51) is unknown color: approx Paua. HEX triplet: 21, 1C and 51. RGB value is (33,28,81). Sum of RGB (Red+Green+Blue) = 33+28+81=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #211C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C51 is #DEE3AE. Grayscale: #232323. Windows color (decimal): -14607279 or 5315617. OLE color: 5315617.

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

Color convert

RGB332881-
CMYK0.590.6500.68
HSL245.66º48.62%21.37%-
HSV(B)245.66º65.43%31.76%-
XYZ2.531.757.99-
YUV35.54153.66126.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=23.24%
G=19.72%
B=57.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3328810.590.6500.68245.6648.6221.37
Hex211C513B41044f63115
Octal41341217310101043666125
Binary1000011110010100011110111000001010001001111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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