#2A274D

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

Shades of Paua #2A274D

Tints of Paua #2A274D

Color information

#2A274D (or 0x2A274D) is unknown color: approx Paua. HEX triplet: 2A, 27 and 4D. RGB value is (42,39,77). Sum of RGB (Red+Green+Blue) = 42+39+77=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A274D is #D5D8B2. Grayscale: #2C2C2C. Windows color (decimal): -14014643 or 5056298. OLE color: 5056298.

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

Color convert

RGB423977-
CMYK0.450.4900.70
HSL244.74º32.76%22.75%-
HSV(B)244.74º49.35%30.2%-
XYZ3.022.487.34-
YUV44.23146.49126.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=26.58%
G=24.68%
B=48.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4239770.450.4900.70244.7432.7622.75
Hex2A274D2D31046f52117
Octal5247115556101063654127
Binary1010101001111001101101101110001010001101111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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