#282855

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

Shades of Paua #282855

Tints of Paua #282855

Color information

#282855 (or 0x282855) is unknown color: approx Paua. HEX triplet: 28, 28 and 55. RGB value is (40,40,85). Sum of RGB (Red+Green+Blue) = 40+40+85=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #282855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282855 is #D7D7AA. Grayscale: #2C2C2C. Windows color (decimal): -14145451 or 5580840. OLE color: 5580840.

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

Color convert

RGB404085-
CMYK0.530.5300.67
HSL240º36%24.51%-
HSV(B)240º52.94%33.33%-
XYZ3.272.628.93-
YUV45.13150.5124.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=24.24%
G=24.24%
B=51.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4040850.530.5300.672403624.51
Hex2828553535043f02419
Octal5050125656501033604431
Binary1010001010001010101110101110101010000111111000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282855; }

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

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

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

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

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

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

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

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