#221D43

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

Shades of Paua #221D43

Tints of Paua #221D43

Color information

#221D43 (or 0x221D43) is unknown color: approx Paua. HEX triplet: 22, 1D and 43. RGB value is (34,29,67). Sum of RGB (Red+Green+Blue) = 34+29+67=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #221D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D43 is #DDE2BC. Grayscale: #222222. Windows color (decimal): -14541501 or 4398370. OLE color: 4398370.

HSL color Cylindrical-coordinate representation of color #221D43: hue angle of 247.89º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #221D43 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB342967-
CMYK0.490.5700.74
HSL247.89º39.58%18.82%-
HSV(B)247.89º56.72%26.27%-
XYZ2.111.625.51-
YUV34.83146.16127.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 67 (26.56% from 255) = 51.54%
R=26.15%
G=22.31%
B=51.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3429670.490.5700.74247.8939.5818.82
Hex221D43313904Af82813
Octal4235103617101123705023
Binary100010111011000011110001111001010010101111100010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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