#282546

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

Shades of Paua #282546

Tints of Paua #282546

Color information

#282546 (or 0x282546) is unknown color: approx Paua. HEX triplet: 28, 25 and 46. RGB value is (40,37,70). Sum of RGB (Red+Green+Blue) = 40+37+70=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #282546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282546 is #D7DAB9. Grayscale: #292929. Windows color (decimal): -14146234 or 4597032. OLE color: 4597032.

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

Color convert

RGB403770-
CMYK0.430.4700.73
HSL245.45º30.84%20.98%-
HSV(B)245.45º47.14%27.45%-
XYZ2.642.226.08-
YUV41.66143.99126.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=27.21%
G=25.17%
B=47.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4037700.430.4700.73245.4530.8420.98
Hex2825462B2F049f51f15
Octal5045106535701113653725
Binary101000100101100011010101110111101001001111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282546; }

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

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

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

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

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

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

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

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