#221B50

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

Shades of Paua #221B50

Tints of Paua #221B50

Color information

#221B50 (or 0x221B50) is unknown color: approx Paua. HEX triplet: 22, 1B and 50. RGB value is (34,27,80). Sum of RGB (Red+Green+Blue) = 34+27+80=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #221B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B50 is #DDE4AF. Grayscale: #222222. Windows color (decimal): -14542000 or 5249826. OLE color: 5249826.

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

Color convert

RGB342780-
CMYK0.580.6600.69
HSL247.92º49.53%20.98%-
HSV(B)247.92º66.25%31.37%-
XYZ2.51.77.79-
YUV35.14153.32127.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.11%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=24.11%
G=19.15%
B=56.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3427800.580.6600.69247.9249.5320.98
Hex221B503A42045f83215
Octal42331207210201053706225
Binary1000101101110100001110101000010010001011111100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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