#28224F

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

Shades of Paua #28224F

Tints of Paua #28224F

Color information

#28224F (or 0x28224F) is unknown color: approx Paua. HEX triplet: 28, 22 and 4F. RGB value is (40,34,79). Sum of RGB (Red+Green+Blue) = 40+34+79=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #28224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28224F is #D7DDB0. Grayscale: #282828. Windows color (decimal): -14146993 or 5186088. OLE color: 5186088.

HSL color Cylindrical-coordinate representation of color #28224F: hue angle of 248º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28224F is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403479-
CMYK0.490.5700.69
HSL248º39.82%22.16%-
HSV(B)248º56.96%30.98%-
XYZ2.862.167.66-
YUV40.92149.49127.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=26.14%
G=22.22%
B=51.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4034790.490.5700.6924839.8222.16
Hex28224F3139045f82816
Octal5042117617101053705026
Binary1010001000101001111110001111001010001011111100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28224F; }

 p { color: rgb(40,34,79); }

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

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

 a { background-color: rgb(40,34,79); }

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

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

 span { border-color: rgb(40,34,79); }

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