#282059

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

Shades of Paua #282059

Tints of Paua #282059

Color information

#282059 (or 0x282059) is unknown color: approx Paua. HEX triplet: 28, 20 and 59. RGB value is (40,32,89). Sum of RGB (Red+Green+Blue) = 40+32+89=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #282059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282059 is #D7DFA6. Grayscale: #282828. Windows color (decimal): -14147495 or 5840936. OLE color: 5840936.

HSL color Cylindrical-coordinate representation of color #282059: hue angle of 248.42º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282059 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB403289-
CMYK0.550.6400.65
HSL248.42º47.11%23.73%-
HSV(B)248.42º64.04%34.9%-
XYZ3.192.219.71-
YUV40.89155.15127.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=24.84%
G=19.88%
B=55.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4032890.550.6400.65248.4247.1123.73
Hex2820593740041f82f18
Octal50401316710001013705730
Binary10100010000010110011101111000000010000011111100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282059; }

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

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

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

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

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

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

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

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