#221857

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

Shades of Paua #221857

Tints of Paua #221857

Color information

#221857 (or 0x221857) is unknown color: approx Paua. HEX triplet: 22, 18 and 57. RGB value is (34,24,87). Sum of RGB (Red+Green+Blue) = 34+24+87=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #221857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221857 is #DDE7A8. Grayscale: #212121. Windows color (decimal): -14542761 or 5707810. OLE color: 5707810.

HSL color Cylindrical-coordinate representation of color #221857: hue angle of 249.52º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221857 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342487-
CMYK0.610.7200.66
HSL249.52º56.76%21.76%-
HSV(B)249.52º72.41%34.12%-
XYZ2.711.689.2-
YUV34.17157.81127.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 87 (34.38% from 255) = 60%
R=23.45%
G=16.55%
B=60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3424870.610.7200.66249.5256.7621.76
Hex2218573D48042fa3916
Octal42301277511001023727126
Binary1000101100010101111111011001000010000101111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221857; }

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

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

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

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

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

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

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

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