#282155

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

Shades of Paua #282155

Tints of Paua #282155

Color information

#282155 (or 0x282155) is unknown color: approx Paua. HEX triplet: 28, 21 and 55. RGB value is (40,33,85). Sum of RGB (Red+Green+Blue) = 40+33+85=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #282155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282155 is #D7DEAA. Grayscale: #282828. Windows color (decimal): -14147243 or 5579048. OLE color: 5579048.

HSL color Cylindrical-coordinate representation of color #282155: hue angle of 248.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282155 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB403385-
CMYK0.530.6100.67
HSL248.08º44.07%23.14%-
HSV(B)248.08º61.18%33.33%-
XYZ3.062.198.86-
YUV41.02152.82127.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=25.32%
G=20.89%
B=53.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4033850.530.6100.67248.0844.0723.14
Hex282155353D043f82c17
Octal5041125657501033705427
Binary1010001000011010101110101111101010000111111100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282155; }

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

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

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

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

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

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

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

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