#2A295C

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

Shades of Paua #2A295C

Tints of Paua #2A295C

Color information

#2A295C (or 0x2A295C) is unknown color: approx Paua. HEX triplet: 2A, 29 and 5C. RGB value is (42,41,92). Sum of RGB (Red+Green+Blue) = 42+41+92=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295C is #D5D6A3. Grayscale: #2E2E2E. Windows color (decimal): -14014116 or 6039850. OLE color: 6039850.

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

Color convert

RGB424192-
CMYK0.540.5500.64
HSL241.18º38.35%26.08%-
HSV(B)241.18º55.43%36.08%-
XYZ3.682.8510.48-
YUV47.11153.33124.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=24%
G=23.43%
B=52.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4241920.540.5500.64241.1838.3526.08
Hex2A295C3637040f1261a
Octal5251134666701003614632
Binary1010101010011011100110110110111010000001111000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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