#282248

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

Shades of Paua #282248

Tints of Paua #282248

Color information

#282248 (or 0x282248) is unknown color: approx Paua. HEX triplet: 28, 22 and 48. RGB value is (40,34,72). Sum of RGB (Red+Green+Blue) = 40+34+72=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #282248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282248 is #D7DDB7. Grayscale: #272727. Windows color (decimal): -14147000 or 4727336. OLE color: 4727336.

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

Color convert

RGB403472-
CMYK0.440.5300.72
HSL249.47º35.85%20.78%-
HSV(B)249.47º52.78%28.24%-
XYZ2.622.066.39-
YUV40.13145.99127.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=27.40%
G=23.29%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4034720.440.5300.72249.4735.8520.78
Hex2822482C35048f92415
Octal5042110546501103714425
Binary1010001000101001000101100110101010010001111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282248; }

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

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

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

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

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

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

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

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