#221E45

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

Shades of Paua #221E45

Tints of Paua #221E45

Color information

#221E45 (or 0x221E45) is unknown color: approx Paua. HEX triplet: 22, 1E and 45. RGB value is (34,30,69). Sum of RGB (Red+Green+Blue) = 34+30+69=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #221E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E45 is #DDE1BA. Grayscale: #232323. Windows color (decimal): -14541243 or 4529698. OLE color: 4529698.

HSL color Cylindrical-coordinate representation of color #221E45: hue angle of 246.15º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #221E45 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB343069-
CMYK0.510.5700.73
HSL246.15º39.39%19.41%-
HSV(B)246.15º56.52%27.06%-
XYZ2.21.75.84-
YUV35.64146.83126.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=25.56%
G=22.56%
B=51.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3430690.510.5700.73246.1539.3919.41
Hex221E453339049f62713
Octal4236105637101113664723
Binary100010111101000101110011111001010010011111011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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