#221851

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

Shades of Paua #221851

Tints of Paua #221851

Color information

#221851 (or 0x221851) is unknown color: approx Paua. HEX triplet: 22, 18 and 51. RGB value is (34,24,81). Sum of RGB (Red+Green+Blue) = 34+24+81=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #221851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221851 is #DDE7AE. Grayscale: #212121. Windows color (decimal): -14542767 or 5314594. OLE color: 5314594.

HSL color Cylindrical-coordinate representation of color #221851: hue angle of 250.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221851 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342481-
CMYK0.580.7000.68
HSL250.53º54.29%20.59%-
HSV(B)250.53º70.37%31.76%-
XYZ2.471.597.96-
YUV33.49154.81128.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=24.46%
G=17.27%
B=58.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3424810.580.7000.68250.5354.2920.59
Hex2218513A46044fb3615
Octal42301217210601043736625
Binary1000101100010100011110101000110010001001111101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221851; }

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

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

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

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

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

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

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

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