#282553

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

Shades of Paua #282553

Tints of Paua #282553

Color information

#282553 (or 0x282553) is unknown color: approx Paua. HEX triplet: 28, 25 and 53. RGB value is (40,37,83). Sum of RGB (Red+Green+Blue) = 40+37+83=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #282553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282553 is #D7DAAC. Grayscale: #2A2A2A. Windows color (decimal): -14146221 or 5449000. OLE color: 5449000.

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

Color convert

RGB403783-
CMYK0.520.5500.67
HSL243.91º38.33%23.53%-
HSV(B)243.91º55.42%32.55%-
XYZ3.12.48.48-
YUV43.14150.49125.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=25%
G=23.12%
B=51.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4037830.520.5500.67243.9138.3323.53
Hex2825533437043f42618
Octal5045123646701033644630
Binary1010001001011010011110100110111010000111111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282553; }

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

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

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

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

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

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

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

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