#282355

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

Shades of Paua #282355

Tints of Paua #282355

Color information

#282355 (or 0x282355) is unknown color: approx Paua. HEX triplet: 28, 23 and 55. RGB value is (40,35,85). Sum of RGB (Red+Green+Blue) = 40+35+85=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #282355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282355 is #D7DCAA. Grayscale: #2A2A2A. Windows color (decimal): -14146731 or 5579560. OLE color: 5579560.

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

Color convert

RGB403585-
CMYK0.530.5900.67
HSL246º41.67%23.53%-
HSV(B)246º58.82%33.33%-
XYZ3.122.318.88-
YUV42.19152.16126.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=25%
G=21.88%
B=53.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4035850.530.5900.6724641.6723.53
Hex282355353B043f62a18
Octal5043125657301033665230
Binary1010001000111010101110101111011010000111111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282355; }

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

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

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

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

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

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

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

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