#221D4C

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

Shades of Paua #221D4C

Tints of Paua #221D4C

Color information

#221D4C (or 0x221D4C) is unknown color: approx Paua. HEX triplet: 22, 1D and 4C. RGB value is (34,29,76). Sum of RGB (Red+Green+Blue) = 34+29+76=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #221D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D4C is #DDE2B3. Grayscale: #232323. Windows color (decimal): -14541492 or 4988194. OLE color: 4988194.

HSL color Cylindrical-coordinate representation of color #221D4C: hue angle of 246.38º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221D4C is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB342976-
CMYK0.550.6200.70
HSL246.38º44.76%20.59%-
HSV(B)246.38º61.84%29.8%-
XYZ2.41.747.05-
YUV35.85150.66126.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=24.46%
G=20.86%
B=54.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3429760.550.6200.70246.3844.7620.59
Hex221D4C373E046f62d15
Octal4235114677601063665525
Binary100010111011001100110111111110010001101111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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