#282348

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

Shades of Paua #282348

Tints of Paua #282348

Color information

#282348 (or 0x282348) is unknown color: approx Paua. HEX triplet: 28, 23 and 48. RGB value is (40,35,72). Sum of RGB (Red+Green+Blue) = 40+35+72=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #282348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282348 is #D7DCB7. Grayscale: #282828. Windows color (decimal): -14146744 or 4727592. OLE color: 4727592.

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

Color convert

RGB403572-
CMYK0.440.5100.72
HSL248.11º34.58%20.98%-
HSV(B)248.11º51.39%28.24%-
XYZ2.652.126.4-
YUV40.71145.66127.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=27.21%
G=23.81%
B=48.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4035720.440.5100.72248.1134.5820.98
Hex2823482C33048f82315
Octal5043110546301103704325
Binary1010001000111001000101100110011010010001111100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282348; }

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

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

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

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

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

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

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

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