#221F52

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

Shades of Paua #221F52

Tints of Paua #221F52

Color information

#221F52 (or 0x221F52) is unknown color: approx Paua. HEX triplet: 22, 1F and 52. RGB value is (34,31,82). Sum of RGB (Red+Green+Blue) = 34+31+82=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #221F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F52 is #DDE0AD. Grayscale: #252525. Windows color (decimal): -14540974 or 5381922. OLE color: 5381922.

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

Color convert

RGB343182-
CMYK0.590.6200.68
HSL243.53º45.13%22.16%-
HSV(B)243.53º62.2%32.16%-
XYZ2.671.938.21-
YUV37.71152.99125.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=23.13%
G=21.09%
B=55.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3431820.590.6200.68243.5345.1322.16
Hex221F523B3E044f42d16
Octal4237122737601043645526
Binary100010111111010010111011111110010001001111010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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