#2A265B

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

Shades of Paua #2A265B

Tints of Paua #2A265B

Color information

#2A265B (or 0x2A265B) is unknown color: approx Paua. HEX triplet: 2A, 26 and 5B. RGB value is (42,38,91). Sum of RGB (Red+Green+Blue) = 42+38+91=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A265B is #D5D9A4. Grayscale: #2D2D2D. Windows color (decimal): -14014885 or 5973546. OLE color: 5973546.

HSL color Cylindrical-coordinate representation of color #2A265B: hue angle of 244.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A265B is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB423891-
CMYK0.540.5800.64
HSL244.53º41.09%25.29%-
HSV(B)244.53º58.24%35.69%-
XYZ3.542.6310.22-
YUV45.24153.83125.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=24.56%
G=22.22%
B=53.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4238910.540.5800.64244.5341.0925.29
Hex2A265B363A040f52919
Octal5246133667201003655131
Binary1010101001101011011110110111010010000001111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A265B; }

 p { color: rgb(42,38,91); }

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

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

 a { background-color: rgb(42,38,91); }

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

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

 span { border-color: rgb(42,38,91); }

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