#282648

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

Shades of Paua #282648

Tints of Paua #282648

Color information

#282648 (or 0x282648) is unknown color: approx Paua. HEX triplet: 28, 26 and 48. RGB value is (40,38,72). Sum of RGB (Red+Green+Blue) = 40+38+72=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #282648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282648 is #D7D9B7. Grayscale: #2A2A2A. Windows color (decimal): -14145976 or 4728360. OLE color: 4728360.

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

Color convert

RGB403872-
CMYK0.440.4700.72
HSL243.53º30.91%21.57%-
HSV(B)243.53º47.22%28.24%-
XYZ2.742.316.43-
YUV42.47144.66126.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 72 (28.52% from 255) = 48%
R=26.67%
G=25.33%
B=48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4038720.440.4700.72243.5330.9121.57
Hex2826482C2F048f41f16
Octal5046110545701103643726
Binary101000100110100100010110010111101001000111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282648; }

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

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

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

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

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

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

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

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