#2A274A

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

Shades of Paua #2A274A

Tints of Paua #2A274A

Color information

#2A274A (or 0x2A274A) is unknown color: approx Paua. HEX triplet: 2A, 27 and 4A. RGB value is (42,39,74). Sum of RGB (Red+Green+Blue) = 42+39+74=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A274A is #D5D8B5. Grayscale: #2B2B2B. Windows color (decimal): -14014646 or 4859690. OLE color: 4859690.

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

Color convert

RGB423974-
CMYK0.430.4700.71
HSL245.14º30.97%22.16%-
HSV(B)245.14º47.3%29.02%-
XYZ2.922.446.8-
YUV43.89144.99126.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=27.10%
G=25.16%
B=47.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4239740.430.4700.71245.1430.9722.16
Hex2A274A2B2F047f51f16
Octal5247112535701073653726
Binary101010100111100101010101110111101000111111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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