#211A5F

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

Shades of Paua #211A5F

Tints of Paua #211A5F

Color information

#211A5F (or 0x211A5F) is unknown color: approx Paua. HEX triplet: 21, 1A and 5F. RGB value is (33,26,95). Sum of RGB (Red+Green+Blue) = 33+26+95=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #211A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A5F is #DEE5A0. Grayscale: #232323. Windows color (decimal): -14607777 or 6232609. OLE color: 6232609.

HSL color Cylindrical-coordinate representation of color #211A5F: hue angle of 246.09º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211A5F is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB332695-
CMYK0.650.7300.63
HSL246.09º57.02%23.73%-
HSV(B)246.09º72.63%37.25%-
XYZ3.061.8911.03-
YUV35.96161.32125.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=21.43%
G=16.88%
B=61.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3326950.650.7300.63246.0957.0223.73
Hex211A5F414903Ff63918
Octal41321371011110773667130
Binary1000011101010111111000001100100101111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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