#282544

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

Shades of Paua #282544

Tints of Paua #282544

Color information

#282544 (or 0x282544) is unknown color: approx Paua. HEX triplet: 28, 25 and 44. RGB value is (40,37,68). Sum of RGB (Red+Green+Blue) = 40+37+68=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #282544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282544 is #D7DABB. Grayscale: #292929. Windows color (decimal): -14146236 or 4465960. OLE color: 4465960.

HSL color Cylindrical-coordinate representation of color #282544: hue angle of 245.81º 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 #282544 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB403768-
CMYK0.410.4600.73
HSL245.81º29.52%20.59%-
HSV(B)245.81º45.59%26.67%-
XYZ2.582.195.76-
YUV41.43142.99126.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=27.59%
G=25.52%
B=46.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4037680.410.4600.73245.8129.5220.59
Hex282544292E049f61e15
Octal5045104515601113663625
Binary101000100101100010010100110111001001001111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282544; }

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

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

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

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

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

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

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

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