#282347

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

Shades of Paua #282347

Tints of Paua #282347

Color information

#282347 (or 0x282347) is unknown color: approx Paua. HEX triplet: 28, 23 and 47. RGB value is (40,35,71). Sum of RGB (Red+Green+Blue) = 40+35+71=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #282347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282347 is #D7DCB8. Grayscale: #282828. Windows color (decimal): -14146745 or 4662056. OLE color: 4662056.

HSL color Cylindrical-coordinate representation of color #282347: hue angle of 248.33º degrees, saturation: 0.34, 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 #282347 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB403571-
CMYK0.440.5100.72
HSL248.33º33.96%20.78%-
HSV(B)248.33º50.7%27.84%-
XYZ2.612.116.23-
YUV40.6145.16127.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=27.40%
G=23.97%
B=48.63%

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
Decimal4035710.440.5100.72248.3333.9620.78
Hex2823472C33048f82215
Octal5043107546301103704225
Binary1010001000111000111101100110011010010001111100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282347; }

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

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

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

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

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

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

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

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