#211A4A

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

Shades of Paua #211A4A

Tints of Paua #211A4A

Color information

#211A4A (or 0x211A4A) is unknown color: approx Paua. HEX triplet: 21, 1A and 4A. RGB value is (33,26,74). Sum of RGB (Red+Green+Blue) = 33+26+74=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #211A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A4A is #DEE5B5. Grayscale: #212121. Windows color (decimal): -14607798 or 4856353. OLE color: 4856353.

HSL color Cylindrical-coordinate representation of color #211A4A: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211A4A is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB332674-
CMYK0.550.6500.71
HSL248.75º48%19.61%-
HSV(B)248.75º64.86%29.02%-
XYZ2.231.566.66-
YUV33.56150.82127.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 74 (29.30% from 255) = 55.64%
R=24.81%
G=19.55%
B=55.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3326740.550.6500.71248.754819.61
Hex211A4A3741047f93014
Octal41321126710101073716024
Binary1000011101010010101101111000001010001111111100111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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