#282548

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

Shades of Paua #282548

Tints of Paua #282548

Color information

#282548 (or 0x282548) is unknown color: approx Paua. HEX triplet: 28, 25 and 48. RGB value is (40,37,72). Sum of RGB (Red+Green+Blue) = 40+37+72=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #282548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282548 is #D7DAB7. Grayscale: #292929. Windows color (decimal): -14146232 or 4728104. OLE color: 4728104.

HSL color Cylindrical-coordinate representation of color #282548: hue angle of 245.14º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282548 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB403772-
CMYK0.440.4900.72
HSL245.14º32.11%21.37%-
HSV(B)245.14º48.61%28.24%-
XYZ2.712.246.42-
YUV41.89144.99126.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=26.85%
G=24.83%
B=48.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4037720.440.4900.72245.1432.1121.37
Hex2825482C31048f52015
Octal5045110546101103654025
Binary1010001001011001000101100110001010010001111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282548; }

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

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

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

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

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

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

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

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