#2A2744

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

Shades of Paua #2A2744

Tints of Paua #2A2744

Color information

#2A2744 (or 0x2A2744) is unknown color: approx Paua. HEX triplet: 2A, 27 and 44. RGB value is (42,39,68). Sum of RGB (Red+Green+Blue) = 42+39+68=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A2744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2744 is #D5D8BB. Grayscale: #2B2B2B. Windows color (decimal): -14014652 or 4466474. OLE color: 4466474.

HSL color Cylindrical-coordinate representation of color #2A2744: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A2744 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB423968-
CMYK0.380.4300.73
HSL246.21º27.1%20.98%-
HSV(B)246.21º42.65%26.67%-
XYZ2.722.365.78-
YUV43.2141.99127.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=28.19%
G=26.17%
B=45.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4239680.380.4300.73246.2127.120.98
Hex2A2744262B049f61b15
Octal5247104465301113663325
Binary101010100111100010010011010101101001001111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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