#282346

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

Shades of Paua #282346

Tints of Paua #282346

Color information

#282346 (or 0x282346) is unknown color: approx Paua. HEX triplet: 28, 23 and 46. RGB value is (40,35,70). Sum of RGB (Red+Green+Blue) = 40+35+70=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #282346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282346 is #D7DCB9. Grayscale: #282828. Windows color (decimal): -14146746 or 4596520. OLE color: 4596520.

HSL color Cylindrical-coordinate representation of color #282346: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282346 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB403570-
CMYK0.430.500.73
HSL248.57º33.33%20.59%-
HSV(B)248.57º50%27.45%-
XYZ2.582.16.06-
YUV40.48144.66127.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=27.59%
G=24.14%
B=48.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4035700.430.500.73248.5733.3320.59
Hex2823462B32049f92115
Octal5043106536201113714125
Binary1010001000111000110101011110010010010011111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282346; }

 p { color: rgb(40,35,70); }

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

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

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

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

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

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

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