#2A2648

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

Shades of Paua #2A2648

Tints of Paua #2A2648

Color information

#2A2648 (or 0x2A2648) is unknown color: approx Paua. HEX triplet: 2A, 26 and 48. RGB value is (42,38,72). Sum of RGB (Red+Green+Blue) = 42+38+72=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2648 is #D5D9B7. Grayscale: #2A2A2A. Windows color (decimal): -14014904 or 4728362. OLE color: 4728362.

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

Color convert

RGB423872-
CMYK0.420.4700.72
HSL247.06º30.91%21.57%-
HSV(B)247.06º47.22%28.24%-
XYZ2.822.356.44-
YUV43.07144.33127.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=27.63%
G=25%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4238720.420.4700.72247.0630.9121.57
Hex2A26482A2F048f71f16
Octal5246110525701103673726
Binary101010100110100100010101010111101001000111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,72); }

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

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

 a { background-color: rgb(42,38,72); }

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

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

 span { border-color: rgb(42,38,72); }

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