#221B57

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

Shades of Paua #221B57

Tints of Paua #221B57

Color information

#221B57 (or 0x221B57) is unknown color: approx Paua. HEX triplet: 22, 1B and 57. RGB value is (34,27,87). Sum of RGB (Red+Green+Blue) = 34+27+87=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #221B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B57 is #DDE4A8. Grayscale: #232323. Windows color (decimal): -14541993 or 5708578. OLE color: 5708578.

HSL color Cylindrical-coordinate representation of color #221B57: hue angle of 247º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #221B57 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342787-
CMYK0.610.6900.66
HSL247º52.63%22.35%-
HSV(B)247º68.97%34.12%-
XYZ2.771.819.22-
YUV35.93156.82126.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 87 (34.38% from 255) = 58.78%
R=22.97%
G=18.24%
B=58.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3427870.610.6900.6624752.6322.35
Hex221B573D45042f73516
Octal42331277510501023676526
Binary1000101101110101111111011000101010000101111011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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