#2A2747

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

Shades of Paua #2A2747

Tints of Paua #2A2747

Color information

#2A2747 (or 0x2A2747) is unknown color: approx Paua. HEX triplet: 2A, 27 and 47. RGB value is (42,39,71). Sum of RGB (Red+Green+Blue) = 42+39+71=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2747 is #D5D8B8. Grayscale: #2B2B2B. Windows color (decimal): -14014649 or 4663082. OLE color: 4663082.

HSL color Cylindrical-coordinate representation of color #2A2747: hue angle of 245.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2747 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB423971-
CMYK0.410.4500.72
HSL245.62º29.09%21.57%-
HSV(B)245.62º45.07%27.84%-
XYZ2.822.46.28-
YUV43.54143.49126.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=27.63%
G=25.66%
B=46.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4239710.410.4500.72245.6229.0921.57
Hex2A2747292D048f61d16
Octal5247107515501103663526
Binary101010100111100011110100110110101001000111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,71); }

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

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

 a { background-color: rgb(42,39,71); }

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

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

 span { border-color: rgb(42,39,71); }

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