#282555

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

Shades of Paua #282555

Tints of Paua #282555

Color information

#282555 (or 0x282555) is unknown color: approx Paua. HEX triplet: 28, 25 and 55. RGB value is (40,37,85). Sum of RGB (Red+Green+Blue) = 40+37+85=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #282555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282555 is #D7DAAA. Grayscale: #2B2B2B. Windows color (decimal): -14146219 or 5580072. OLE color: 5580072.

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

Color convert

RGB403785-
CMYK0.530.5600.67
HSL243.75º39.34%23.92%-
HSV(B)243.75º56.47%33.33%-
XYZ3.182.438.9-
YUV43.37151.49125.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=24.69%
G=22.84%
B=52.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4037850.530.5600.67243.7539.3423.92
Hex2825553538043f42718
Octal5045125657001033644730
Binary1010001001011010101110101111000010000111111010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282555; }

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

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

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

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

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

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

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

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