#2A295A

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

Shades of Paua #2A295A

Tints of Paua #2A295A

Color information

#2A295A (or 0x2A295A) is unknown color: approx Paua. HEX triplet: 2A, 29 and 5A. RGB value is (42,41,90). Sum of RGB (Red+Green+Blue) = 42+41+90=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295A is #D5D6A5. Grayscale: #2E2E2E. Windows color (decimal): -14014118 or 5908778. OLE color: 5908778.

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

Color convert

RGB424190-
CMYK0.530.5400.65
HSL241.22º37.4%25.69%-
HSV(B)241.22º54.44%35.29%-
XYZ3.592.8210.03-
YUV46.88152.33124.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=24.28%
G=23.70%
B=52.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4241900.530.5400.65241.2237.425.69
Hex2A295A3536041f1251a
Octal5251132656601013614532
Binary1010101010011011010110101110110010000011111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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