#221F53

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

Shades of Paua #221F53

Tints of Paua #221F53

Color information

#221F53 (or 0x221F53) is unknown color: approx Paua. HEX triplet: 22, 1F and 53. RGB value is (34,31,83). Sum of RGB (Red+Green+Blue) = 34+31+83=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #221F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F53 is #DDE0AC. Grayscale: #252525. Windows color (decimal): -14540973 or 5447458. OLE color: 5447458.

HSL color Cylindrical-coordinate representation of color #221F53: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #221F53 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB343183-
CMYK0.590.6300.67
HSL243.46º45.61%22.35%-
HSV(B)243.46º62.65%32.55%-
XYZ2.711.948.42-
YUV37.83153.49125.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=22.97%
G=20.95%
B=56.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3431830.590.6300.67243.4645.6122.35
Hex221F533B3F043f32e16
Octal4237123737701033635626
Binary100010111111010011111011111111010000111111001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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