#282545

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

Shades of Paua #282545

Tints of Paua #282545

Color information

#282545 (or 0x282545) is unknown color: approx Paua. HEX triplet: 28, 25 and 45. RGB value is (40,37,69). Sum of RGB (Red+Green+Blue) = 40+37+69=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #282545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282545 is #D7DABA. Grayscale: #292929. Windows color (decimal): -14146235 or 4531496. OLE color: 4531496.

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

Color convert

RGB403769-
CMYK0.420.4600.73
HSL245.62º30.19%20.78%-
HSV(B)245.62º46.38%27.06%-
XYZ2.612.25.92-
YUV41.54143.49126.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=27.40%
G=25.34%
B=47.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4037690.420.4600.73245.6230.1920.78
Hex2825452A2E049f61e15
Octal5045105525601113663625
Binary101000100101100010110101010111001001001111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282545; }

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

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

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

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

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

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

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

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