#282455

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

Shades of Paua #282455

Tints of Paua #282455

Color information

#282455 (or 0x282455) is unknown color: approx Paua. HEX triplet: 28, 24 and 55. RGB value is (40,36,85). Sum of RGB (Red+Green+Blue) = 40+36+85=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #282455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282455 is #D7DBAA. Grayscale: #2A2A2A. Windows color (decimal): -14146475 or 5579816. OLE color: 5579816.

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

Color convert

RGB403685-
CMYK0.530.5800.67
HSL244.9º40.5%23.73%-
HSV(B)244.9º57.65%33.33%-
XYZ3.152.378.89-
YUV42.78151.83126.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=24.84%
G=22.36%
B=52.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4036850.530.5800.67244.940.523.73
Hex282455353A043f52818
Octal5044125657201033655030
Binary1010001001001010101110101111010010000111111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282455; }

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

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

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

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

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

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

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

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