#2A2953

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

Shades of Paua #2A2953

Tints of Paua #2A2953

Color information

#2A2953 (or 0x2A2953) is unknown color: approx Paua. HEX triplet: 2A, 29 and 53. RGB value is (42,41,83). Sum of RGB (Red+Green+Blue) = 42+41+83=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2953 is #D5D6AC. Grayscale: #2D2D2D. Windows color (decimal): -14014125 or 5450026. OLE color: 5450026.

HSL color Cylindrical-coordinate representation of color #2A2953: hue angle of 241.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A2953 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB424183-
CMYK0.490.5100.67
HSL241.43º33.87%24.31%-
HSV(B)241.43º50.6%32.55%-
XYZ3.312.78.53-
YUV46.09148.83125.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 83 (32.81% from 255) = 50%
R=25.30%
G=24.70%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4241830.490.5100.67241.4333.8724.31
Hex2A29533133043f12218
Octal5251123616301033614230
Binary1010101010011010011110001110011010000111111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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