#282756

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

Shades of Paua #282756

Tints of Paua #282756

Color information

#282756 (or 0x282756) is unknown color: approx Paua. HEX triplet: 28, 27 and 56. RGB value is (40,39,86). Sum of RGB (Red+Green+Blue) = 40+39+86=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #282756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282756 is #D7D8A9. Grayscale: #2C2C2C. Windows color (decimal): -14145706 or 5646120. OLE color: 5646120.

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

Color convert

RGB403986-
CMYK0.530.5500.66
HSL241.28º37.6%24.51%-
HSV(B)241.28º54.65%33.73%-
XYZ3.282.579.13-
YUV44.66151.33124.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=24.24%
G=23.64%
B=52.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4039860.530.5500.66241.2837.624.51
Hex2827563537042f12619
Octal5047126656701023614631
Binary1010001001111010110110101110111010000101111000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282756; }

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

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

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

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

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

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

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

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