#2A274E

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

Shades of Paua #2A274E

Tints of Paua #2A274E

Color information

#2A274E (or 0x2A274E) is unknown color: approx Paua. HEX triplet: 2A, 27 and 4E. RGB value is (42,39,78). Sum of RGB (Red+Green+Blue) = 42+39+78=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A274E is #D5D8B1. Grayscale: #2C2C2C. Windows color (decimal): -14014642 or 5121834. OLE color: 5121834.

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

Color convert

RGB423978-
CMYK0.460.5000.69
HSL244.62º33.33%22.94%-
HSV(B)244.62º50%30.59%-
XYZ3.062.497.53-
YUV44.34146.99126.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=26.42%
G=24.53%
B=49.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4239780.460.5000.69244.6233.3322.94
Hex2A274E2E32045f52117
Octal5247116566201053654127
Binary1010101001111001110101110110010010001011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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