#282552

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

Shades of Paua #282552

Tints of Paua #282552

Color information

#282552 (or 0x282552) is unknown color: approx Paua. HEX triplet: 28, 25 and 52. RGB value is (40,37,82). Sum of RGB (Red+Green+Blue) = 40+37+82=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #282552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282552 is #D7DAAD. Grayscale: #2A2A2A. Windows color (decimal): -14146222 or 5383464. OLE color: 5383464.

HSL color Cylindrical-coordinate representation of color #282552: hue angle of 244º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282552 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB403782-
CMYK0.510.5500.68
HSL244º37.82%23.33%-
HSV(B)244º54.88%32.16%-
XYZ3.062.388.28-
YUV43.03149.99125.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=25.16%
G=23.27%
B=51.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4037820.510.5500.6824437.8223.33
Hex2825523337044f42617
Octal5045122636701043644627
Binary1010001001011010010110011110111010001001111010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282552; }

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

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

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

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

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

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

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

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