#282456

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

Shades of Paua #282456

Tints of Paua #282456

Color information

#282456 (or 0x282456) is unknown color: approx Paua. HEX triplet: 28, 24 and 56. RGB value is (40,36,86). Sum of RGB (Red+Green+Blue) = 40+36+86=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #282456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282456 is #D7DBA9. Grayscale: #2A2A2A. Windows color (decimal): -14146474 or 5645352. OLE color: 5645352.

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

Color convert

RGB403686-
CMYK0.530.5800.66
HSL244.8º40.98%23.92%-
HSV(B)244.8º58.14%33.73%-
XYZ3.192.389.1-
YUV42.9152.33125.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=24.69%
G=22.22%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4036860.530.5800.66244.840.9823.92
Hex282456353A042f52918
Octal5044126657201023655130
Binary1010001001001010110110101111010010000101111010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282456; }

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

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

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

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

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

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

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

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