#282157

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

Shades of Paua #282157

Tints of Paua #282157

Color information

#282157 (or 0x282157) is unknown color: approx Paua. HEX triplet: 28, 21 and 57. RGB value is (40,33,87). Sum of RGB (Red+Green+Blue) = 40+33+87=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #282157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282157 is #D7DEA8. Grayscale: #292929. Windows color (decimal): -14147241 or 5710120. OLE color: 5710120.

HSL color Cylindrical-coordinate representation of color #282157: hue angle of 247.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282157 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB403387-
CMYK0.540.6200.66
HSL247.78º45%23.53%-
HSV(B)247.78º62.07%34.12%-
XYZ3.142.239.28-
YUV41.25153.82127.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=25%
G=20.62%
B=54.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4033870.540.6200.66247.784523.53
Hex282157363E042f82d18
Octal5041127667601023705530
Binary1010001000011010111110110111110010000101111100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282157; }

 p { color: rgb(40,33,87); }

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

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

 a { background-color: rgb(40,33,87); }

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

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

 span { border-color: rgb(40,33,87); }

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