#2A264D

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

Shades of Paua #2A264D

Tints of Paua #2A264D

Color information

#2A264D (or 0x2A264D) is unknown color: approx Paua. HEX triplet: 2A, 26 and 4D. RGB value is (42,38,77). Sum of RGB (Red+Green+Blue) = 42+38+77=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A264D is #D5D9B2. Grayscale: #2B2B2B. Windows color (decimal): -14014899 or 5056042. OLE color: 5056042.

HSL color Cylindrical-coordinate representation of color #2A264D: hue angle of 246.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A264D is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB423877-
CMYK0.450.5100.70
HSL246.15º33.91%22.55%-
HSV(B)246.15º50.65%30.2%-
XYZ2.992.417.33-
YUV43.64146.83126.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=26.75%
G=24.20%
B=49.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4238770.450.5100.70246.1533.9122.55
Hex2A264D2D33046f62217
Octal5246115556301063664227
Binary1010101001101001101101101110011010001101111011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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