#282856

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

Shades of Paua #282856

Tints of Paua #282856

Color information

#282856 (or 0x282856) is unknown color: approx Paua. HEX triplet: 28, 28 and 56. RGB value is (40,40,86). Sum of RGB (Red+Green+Blue) = 40+40+86=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #282856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282856 is #D7D7A9. Grayscale: #2D2D2D. Windows color (decimal): -14145450 or 5646376. OLE color: 5646376.

HSL color Cylindrical-coordinate representation of color #282856: hue angle of 240º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282856 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB404086-
CMYK0.530.5300.66
HSL240º36.51%24.71%-
HSV(B)240º53.49%33.73%-
XYZ3.312.649.14-
YUV45.24151124.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=24.10%
G=24.10%
B=51.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4040860.530.5300.6624036.5124.71
Hex2828563535042f02519
Octal5050126656501023604531
Binary1010001010001010110110101110101010000101111000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282856; }

 p { color: rgb(40,40,86); }

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

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

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

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

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

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

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