#2A224F

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

Shades of Paua #2A224F

Tints of Paua #2A224F

Color information

#2A224F (or 0x2A224F) is unknown color: approx Paua. HEX triplet: 2A, 22 and 4F. RGB value is (42,34,79). Sum of RGB (Red+Green+Blue) = 42+34+79=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A224F is #D5DDB0. Grayscale: #292929. Windows color (decimal): -14015921 or 5186090. OLE color: 5186090.

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

Color convert

RGB423479-
CMYK0.470.5700.69
HSL250.67º39.82%22.16%-
HSV(B)250.67º56.96%30.98%-
XYZ2.942.27.67-
YUV41.52149.15128.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=27.10%
G=21.94%
B=50.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4234790.470.5700.69250.6739.8222.16
Hex2A224F2F39045fb2816
Octal5242117577101053735026
Binary1010101000101001111101111111001010001011111101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,79); }

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

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

 a { background-color: rgb(42,34,79); }

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

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

 span { border-color: rgb(42,34,79); }

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