#282547

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

Shades of Paua #282547

Tints of Paua #282547

Color information

#282547 (or 0x282547) is unknown color: approx Paua. HEX triplet: 28, 25 and 47. RGB value is (40,37,71). Sum of RGB (Red+Green+Blue) = 40+37+71=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #282547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282547 is #D7DAB8. Grayscale: #292929. Windows color (decimal): -14146233 or 4662568. OLE color: 4662568.

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

Color convert

RGB403771-
CMYK0.440.4800.72
HSL245.29º31.48%21.18%-
HSV(B)245.29º47.89%27.84%-
XYZ2.672.236.25-
YUV41.77144.49126.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=27.03%
G=25%
B=47.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4037710.440.4800.72245.2931.4821.18
Hex2825472C30048f51f15
Octal5045107546001103653725
Binary101000100101100011110110011000001001000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282547; }

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

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

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

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

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

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

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

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