#221F4A

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

Shades of Paua #221F4A

Tints of Paua #221F4A

Color information

#221F4A (or 0x221F4A) is unknown color: approx Paua. HEX triplet: 22, 1F and 4A. RGB value is (34,31,74). Sum of RGB (Red+Green+Blue) = 34+31+74=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #221F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F4A is #DDE0B5. Grayscale: #242424. Windows color (decimal): -14540982 or 4857634. OLE color: 4857634.

HSL color Cylindrical-coordinate representation of color #221F4A: hue angle of 244.19º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #221F4A is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB343174-
CMYK0.540.5800.71
HSL244.19º40.95%20.59%-
HSV(B)244.19º58.11%29.02%-
XYZ2.391.816.7-
YUV36.8148.99126-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 74 (29.30% from 255) = 53.24%
R=24.46%
G=22.30%
B=53.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3431740.540.5800.71244.1940.9520.59
Hex221F4A363A047f42915
Octal4237112667201073645125
Binary100010111111001010110110111010010001111111010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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