#221E55

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

Shades of Paua #221E55

Tints of Paua #221E55

Color information

#221E55 (or 0x221E55) is unknown color: approx Paua. HEX triplet: 22, 1E and 55. RGB value is (34,30,85). Sum of RGB (Red+Green+Blue) = 34+30+85=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #221E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E55 is #DDE1AA. Grayscale: #252525. Windows color (decimal): -14541227 or 5578274. OLE color: 5578274.

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

Color convert

RGB343085-
CMYK0.600.6500.67
HSL244.36º47.83%22.55%-
HSV(B)244.36º64.71%33.33%-
XYZ2.761.928.82-
YUV37.47154.83125.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 85 (33.59% from 255) = 57.05%
R=22.82%
G=20.13%
B=57.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3430850.600.6500.67244.3647.8322.55
Hex221E553C41043f43017
Octal42361257410101033646027
Binary1000101111010101011111001000001010000111111010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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