#2A264E

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

Shades of Paua #2A264E

Tints of Paua #2A264E

Color information

#2A264E (or 0x2A264E) is unknown color: approx Paua. HEX triplet: 2A, 26 and 4E. RGB value is (42,38,78). Sum of RGB (Red+Green+Blue) = 42+38+78=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A264E is #D5D9B1. Grayscale: #2B2B2B. Windows color (decimal): -14014898 or 5121578. OLE color: 5121578.

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

Color convert

RGB423878-
CMYK0.460.5100.69
HSL246º34.48%22.75%-
HSV(B)246º51.28%30.59%-
XYZ3.022.437.52-
YUV43.76147.33126.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=26.58%
G=24.05%
B=49.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4238780.460.5100.6924634.4822.75
Hex2A264E2E33045f62217
Octal5246116566301053664227
Binary1010101001101001110101110110011010001011111011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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