#28224D

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

Shades of Paua #28224D

Tints of Paua #28224D

Color information

#28224D (or 0x28224D) is unknown color: approx Paua. HEX triplet: 28, 22 and 4D. RGB value is (40,34,77). Sum of RGB (Red+Green+Blue) = 40+34+77=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #28224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28224D is #D7DDB2. Grayscale: #282828. Windows color (decimal): -14146995 or 5055016. OLE color: 5055016.

HSL color Cylindrical-coordinate representation of color #28224D: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28224D is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB403477-
CMYK0.480.5600.70
HSL248.37º38.74%21.76%-
HSV(B)248.37º55.84%30.2%-
XYZ2.792.137.29-
YUV40.7148.49127.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=26.49%
G=22.52%
B=50.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4034770.480.5600.70248.3738.7421.76
Hex28224D3038046f82716
Octal5042115607001063704726
Binary1010001000101001101110000111000010001101111100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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