#2A265A

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

Shades of Paua #2A265A

Tints of Paua #2A265A

Color information

#2A265A (or 0x2A265A) is unknown color: approx Paua. HEX triplet: 2A, 26 and 5A. RGB value is (42,38,90). Sum of RGB (Red+Green+Blue) = 42+38+90=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A265A is #D5D9A5. Grayscale: #2C2C2C. Windows color (decimal): -14014886 or 5908010. OLE color: 5908010.

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

Color convert

RGB423890-
CMYK0.530.5800.65
HSL244.62º40.62%25.1%-
HSV(B)244.62º57.78%35.29%-
XYZ3.492.629.99-
YUV45.12153.33125.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=24.71%
G=22.35%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4238900.530.5800.65244.6240.6225.1
Hex2A265A353A041f52919
Octal5246132657201013655131
Binary1010101001101011010110101111010010000011111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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