#2A2756

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

Shades of Paua #2A2756

Tints of Paua #2A2756

Color information

#2A2756 (or 0x2A2756) is unknown color: approx Paua. HEX triplet: 2A, 27 and 56. RGB value is (42,39,86). Sum of RGB (Red+Green+Blue) = 42+39+86=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A2756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2756 is #D5D8A9. Grayscale: #2D2D2D. Windows color (decimal): -14014634 or 5646122. OLE color: 5646122.

HSL color Cylindrical-coordinate representation of color #2A2756: hue angle of 243.83º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2756 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB423986-
CMYK0.510.5500.66
HSL243.83º37.6%24.51%-
HSV(B)243.83º54.65%33.73%-
XYZ3.362.629.13-
YUV45.26150.99125.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=25.15%
G=23.35%
B=51.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4239860.510.5500.66243.8337.624.51
Hex2A27563337042f42619
Octal5247126636701023644631
Binary1010101001111010110110011110111010000101111010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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