#221E48

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

Shades of Paua #221E48

Tints of Paua #221E48

Color information

#221E48 (or 0x221E48) is unknown color: approx Paua. HEX triplet: 22, 1E and 48. RGB value is (34,30,72). Sum of RGB (Red+Green+Blue) = 34+30+72=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #221E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E48 is #DDE1B7. Grayscale: #232323. Windows color (decimal): -14541240 or 4726306. OLE color: 4726306.

HSL color Cylindrical-coordinate representation of color #221E48: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #221E48 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB343072-
CMYK0.530.5800.72
HSL245.71º41.18%20%-
HSV(B)245.71º58.33%28.24%-
XYZ2.291.746.35-
YUV35.98148.33126.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=25%
G=22.06%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3430720.530.5800.72245.7141.1820
Hex221E48353A048f62914
Octal4236110657201103665124
Binary100010111101001000110101111010010010001111011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,30,72); }

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

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

 a { background-color: rgb(34,30,72); }

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

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

 span { border-color: rgb(34,30,72); }

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