#221d50

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

Shades of Paua #221D50

Tints of Paua #221D50

Color information

#221D50 (or 0x221D50) is unknown color: approx Paua. HEX triplet: 22, 1D and 50. RGB value is (34,29,80). Sum of RGB (Red+Green+Blue) = 34+29+80=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #221D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D50 is #DDE2AF. Grayscale: #242424. Windows color (decimal): -14541488 or 5250338. OLE color: 5250338.

HSL color Cylindrical-coordinate representation of color #221D50: hue angle of 245.88º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221D50 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB342980-
CMYK0.580.6400.69
HSL245.88º46.79%21.37%-
HSV(B)245.88º63.75%31.37%-
XYZ2.551.87.8-
YUV36.31152.66126.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=23.78%
G=20.28%
B=55.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3429800.580.6400.69245.8846.7921.37
Hex221D503A40045f62f15
Octal42351207210001053665725
Binary1000101110110100001110101000000010001011111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221d50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,80); }

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

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

 a { background-color: rgb(34,29,80); }

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

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

 span { border-color: rgb(34,29,80); }

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