#221855

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

Shades of Paua #221855

Tints of Paua #221855

Color information

#221855 (or 0x221855) is unknown color: approx Paua. HEX triplet: 22, 18 and 55. RGB value is (34,24,85). Sum of RGB (Red+Green+Blue) = 34+24+85=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #221855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221855 is #DDE7AA. Grayscale: #212121. Windows color (decimal): -14542763 or 5576738. OLE color: 5576738.

HSL color Cylindrical-coordinate representation of color #221855: hue angle of 249.84º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221855 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB342485-
CMYK0.600.7200.67
HSL249.84º55.96%21.37%-
HSV(B)249.84º71.76%33.33%-
XYZ2.631.658.77-
YUV33.94156.81128.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=23.78%
G=16.78%
B=59.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3424850.600.7200.67249.8455.9621.37
Hex2218553C48043fa3815
Octal42301257411001033727025
Binary1000101100010101011111001001000010000111111101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221855; }

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

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

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

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

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

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

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

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