#211A5E

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

Shades of Paua #211A5E

Tints of Paua #211A5E

Color information

#211A5E (or 0x211A5E) is unknown color: approx Paua. HEX triplet: 21, 1A and 5E. RGB value is (33,26,94). Sum of RGB (Red+Green+Blue) = 33+26+94=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #211A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A5E is #DEE5A1. Grayscale: #232323. Windows color (decimal): -14607778 or 6167073. OLE color: 6167073.

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

Color convert

RGB332694-
CMYK0.650.7200.63
HSL246.18º56.67%23.53%-
HSV(B)246.18º72.34%36.86%-
XYZ3.021.8710.79-
YUV35.84160.82125.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=21.57%
G=16.99%
B=61.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3326940.650.7200.63246.1856.6723.53
Hex211A5E414803Ff63918
Octal41321361011100773667130
Binary1000011101010111101000001100100001111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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