#2A234A

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

Shades of Paua #2A234A

Tints of Paua #2A234A

Color information

#2A234A (or 0x2A234A) is unknown color: approx Paua. HEX triplet: 2A, 23 and 4A. RGB value is (42,35,74). Sum of RGB (Red+Green+Blue) = 42+35+74=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A234A is #D5DCB5. Grayscale: #292929. Windows color (decimal): -14015670 or 4858666. OLE color: 4858666.

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

Color convert

RGB423574-
CMYK0.430.5300.71
HSL250.77º35.78%21.37%-
HSV(B)250.77º52.7%29.02%-
XYZ2.792.196.75-
YUV41.54146.32128.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.81%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=27.81%
G=23.18%
B=49.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4235740.430.5300.71250.7735.7821.37
Hex2A234A2B35047fb2415
Octal5243112536501073734425
Binary1010101000111001010101011110101010001111111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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