#28224B

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

Shades of Paua #28224B

Tints of Paua #28224B

Color information

#28224B (or 0x28224B) is unknown color: approx Paua. HEX triplet: 28, 22 and 4B. RGB value is (40,34,75). Sum of RGB (Red+Green+Blue) = 40+34+75=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #28224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28224B is #D7DDB4. Grayscale: #282828. Windows color (decimal): -14146997 or 4923944. OLE color: 4923944.

HSL color Cylindrical-coordinate representation of color #28224B: hue angle of 248.78º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28224B is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB403475-
CMYK0.470.5500.71
HSL248.78º37.61%21.37%-
HSV(B)248.78º54.67%29.41%-
XYZ2.722.16.92-
YUV40.47147.49127.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=26.85%
G=22.82%
B=50.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4034750.470.5500.71248.7837.6121.37
Hex28224B2F37047f92615
Octal5042113576701073714625
Binary1010001000101001011101111110111010001111111100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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