#28204F

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

Shades of Paua #28204F

Tints of Paua #28204F

Color information

#28204F (or 0x28204F) is unknown color: approx Paua. HEX triplet: 28, 20 and 4F. RGB value is (40,32,79). Sum of RGB (Red+Green+Blue) = 40+32+79=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #28204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28204F is #D7DFB0. Grayscale: #272727. Windows color (decimal): -14147505 or 5185576. OLE color: 5185576.

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

Color convert

RGB403279-
CMYK0.490.5900.69
HSL250.21º42.34%21.76%-
HSV(B)250.21º59.49%30.98%-
XYZ2.82.057.64-
YUV39.75150.15128.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=26.49%
G=21.19%
B=52.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4032790.490.5900.69250.2142.3421.76
Hex28204F313B045fa2a16
Octal5040117617301053725226
Binary1010001000001001111110001111011010001011111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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