#221E56

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

Shades of Paua #221E56

Tints of Paua #221E56

Color information

#221E56 (or 0x221E56) is unknown color: approx Paua. HEX triplet: 22, 1E and 56. RGB value is (34,30,86). Sum of RGB (Red+Green+Blue) = 34+30+86=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #221E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E56 is #DDE1A9. Grayscale: #252525. Windows color (decimal): -14541226 or 5643810. OLE color: 5643810.

HSL color Cylindrical-coordinate representation of color #221E56: hue angle of 244.29º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #221E56 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB343086-
CMYK0.600.6500.66
HSL244.29º48.28%22.75%-
HSV(B)244.29º65.12%33.73%-
XYZ2.81.949.03-
YUV37.58155.33125.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=22.67%
G=20%
B=57.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3430860.600.6500.66244.2948.2822.75
Hex221E563C41042f43017
Octal42361267410101023646027
Binary1000101111010101101111001000001010000101111010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,30,86); }

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

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

 a { background-color: rgb(34,30,86); }

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

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

 span { border-color: rgb(34,30,86); }

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