#211D5C

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

Shades of Paua #211D5C

Tints of Paua #211D5C

Color information

#211D5C (or 0x211D5C) is unknown color: approx Paua. HEX triplet: 21, 1D and 5C. RGB value is (33,29,92). Sum of RGB (Red+Green+Blue) = 33+29+92=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #211D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D5C is #DEE2A3. Grayscale: #252525. Windows color (decimal): -14607012 or 6036769. OLE color: 6036769.

HSL color Cylindrical-coordinate representation of color #211D5C: hue angle of 243.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211D5C is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB332992-
CMYK0.640.6800.64
HSL243.81º52.07%23.73%-
HSV(B)243.81º68.48%36.08%-
XYZ31.9710.35-
YUV37.38158.83124.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=21.43%
G=18.83%
B=59.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3329920.640.6800.64243.8152.0723.73
Hex211D5C4044040f43418
Octal413513410010401003646430
Binary10000111101101110010000001000100010000001111010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,92); }

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

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

 a { background-color: rgb(33,29,92); }

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

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

 span { border-color: rgb(33,29,92); }

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