#221752

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

Shades of Paua #221752

Tints of Paua #221752

Color information

#221752 (or 0x221752) is unknown color: approx Paua. HEX triplet: 22, 17 and 52. RGB value is (34,23,82). Sum of RGB (Red+Green+Blue) = 34+23+82=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #221752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221752 is #DDE8AD. Grayscale: #202020. Windows color (decimal): -14543022 or 5379874. OLE color: 5379874.

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

Color convert

RGB342382-
CMYK0.590.7200.68
HSL251.19º56.19%20.59%-
HSV(B)251.19º71.95%32.16%-
XYZ2.491.568.15-
YUV33.02155.64128.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 82 (32.42% from 255) = 58.99%
R=24.46%
G=16.55%
B=58.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3423820.590.7200.68251.1956.1920.59
Hex2217523B48044fb3815
Octal42271227311001043737025
Binary1000101011110100101110111001000010001001111101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221752; }

 p { color: rgb(34,23,82); }

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

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

 a { background-color: rgb(34,23,82); }

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

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

 span { border-color: rgb(34,23,82); }

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