#211A5D

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

Shades of Paua #211A5D

Tints of Paua #211A5D

Color information

#211A5D (or 0x211A5D) is unknown color: approx Paua. HEX triplet: 21, 1A and 5D. RGB value is (33,26,93). Sum of RGB (Red+Green+Blue) = 33+26+93=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #211A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A5D is #DEE5A2. Grayscale: #232323. Windows color (decimal): -14607779 or 6101537. OLE color: 6101537.

HSL color Cylindrical-coordinate representation of color #211A5D: hue angle of 246.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211A5D is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB332693-
CMYK0.650.7200.64
HSL246.27º56.3%23.33%-
HSV(B)246.27º72.04%36.47%-
XYZ2.971.8510.56-
YUV35.73160.32126.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=21.71%
G=17.11%
B=61.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3326930.650.7200.64246.2756.323.33
Hex211A5D4148040f63817
Octal413213510111001003667027
Binary10000111010101110110000011001000010000001111011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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