#2A264C

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

Shades of Paua #2A264C

Tints of Paua #2A264C

Color information

#2A264C (or 0x2A264C) is unknown color: approx Paua. HEX triplet: 2A, 26 and 4C. RGB value is (42,38,76). Sum of RGB (Red+Green+Blue) = 42+38+76=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A264C is #D5D9B3. Grayscale: #2B2B2B. Windows color (decimal): -14014900 or 4990506. OLE color: 4990506.

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

Color convert

RGB423876-
CMYK0.450.500.70
HSL246.32º33.33%22.35%-
HSV(B)246.32º50%29.8%-
XYZ2.952.47.15-
YUV43.53146.33126.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=26.92%
G=24.36%
B=48.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4238760.450.500.70246.3233.3322.35
Hex2A264C2D32046f62116
Octal5246114556201063664126
Binary1010101001101001100101101110010010001101111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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