#28204B

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

Shades of Paua #28204B

Tints of Paua #28204B

Color information

#28204B (or 0x28204B) is unknown color: approx Paua. HEX triplet: 28, 20 and 4B. RGB value is (40,32,75). Sum of RGB (Red+Green+Blue) = 40+32+75=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #28204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28204B is #D7DFB4. Grayscale: #272727. Windows color (decimal): -14147509 or 4923432. OLE color: 4923432.

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

Color convert

RGB403275-
CMYK0.470.5700.71
HSL251.16º40.19%20.98%-
HSV(B)251.16º57.33%29.41%-
XYZ2.661.996.9-
YUV39.29148.15128.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=27.21%
G=21.77%
B=51.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4032750.470.5700.71251.1640.1920.98
Hex28204B2F39047fb2815
Octal5040113577101073735025
Binary1010001000001001011101111111001010001111111101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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