#2A264B

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

Shades of Paua #2A264B

Tints of Paua #2A264B

Color information

#2A264B (or 0x2A264B) is unknown color: approx Paua. HEX triplet: 2A, 26 and 4B. RGB value is (42,38,75). Sum of RGB (Red+Green+Blue) = 42+38+75=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A264B is #D5D9B4. Grayscale: #2B2B2B. Windows color (decimal): -14014901 or 4924970. OLE color: 4924970.

HSL color Cylindrical-coordinate representation of color #2A264B: hue angle of 246.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A264B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB423875-
CMYK0.440.4900.71
HSL246.49º32.74%22.16%-
HSV(B)246.49º49.33%29.41%-
XYZ2.922.396.96-
YUV43.41145.83126.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=27.10%
G=24.52%
B=48.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4238750.440.4900.71246.4932.7422.16
Hex2A264B2C31047f62116
Octal5246113546101073664126
Binary1010101001101001011101100110001010001111111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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