#282445

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

Shades of Paua #282445

Tints of Paua #282445

Color information

#282445 (or 0x282445) is unknown color: approx Paua. HEX triplet: 28, 24 and 45. RGB value is (40,36,69). Sum of RGB (Red+Green+Blue) = 40+36+69=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #282445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282445 is #D7DBBA. Grayscale: #282828. Windows color (decimal): -14146491 or 4531240. OLE color: 4531240.

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

Color convert

RGB403669-
CMYK0.420.4800.73
HSL247.27º31.43%20.59%-
HSV(B)247.27º47.83%27.06%-
XYZ2.582.145.91-
YUV40.96143.83127.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=27.59%
G=24.83%
B=47.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4036690.420.4800.73247.2731.4320.59
Hex2824452A30049f71f15
Octal5044105526001113673725
Binary101000100100100010110101011000001001001111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282445; }

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

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

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

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

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

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

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

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