#221D52

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

Shades of Paua #221D52

Tints of Paua #221D52

Color information

#221D52 (or 0x221D52) is unknown color: approx Paua. HEX triplet: 22, 1D and 52. RGB value is (34,29,82). Sum of RGB (Red+Green+Blue) = 34+29+82=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #221D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D52 is #DDE2AD. Grayscale: #242424. Windows color (decimal): -14541486 or 5381410. OLE color: 5381410.

HSL color Cylindrical-coordinate representation of color #221D52: hue angle of 245.66º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #221D52 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342982-
CMYK0.590.6500.68
HSL245.66º47.75%21.76%-
HSV(B)245.66º64.63%32.16%-
XYZ2.621.838.2-
YUV36.54153.66126.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=23.45%
G=20%
B=56.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3429820.590.6500.68245.6647.7521.76
Hex221D523B41044f63016
Octal42351227310101043666026
Binary1000101110110100101110111000001010001001111011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221D52; }

 p { color: rgb(34,29,82); }

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

<style>
 a { background-color: #221D52; }

 a { background-color: rgb(34,29,82); }

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

<style>
 span { border-color: #221D52; }

 span { border-color: rgb(34,29,82); }

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