#2A224D

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

Shades of Paua #2A224D

Tints of Paua #2A224D

Color information

#2A224D (or 0x2A224D) is unknown color: approx Paua. HEX triplet: 2A, 22 and 4D. RGB value is (42,34,77). Sum of RGB (Red+Green+Blue) = 42+34+77=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A224D is #D5DDB2. Grayscale: #292929. Windows color (decimal): -14015923 or 5055018. OLE color: 5055018.

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

Color convert

RGB423477-
CMYK0.450.5600.70
HSL251.16º38.74%21.76%-
HSV(B)251.16º55.84%30.2%-
XYZ2.872.177.29-
YUV41.29148.15128.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=27.45%
G=22.22%
B=50.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4234770.450.5600.70251.1638.7421.76
Hex2A224D2D38046fb2716
Octal5242115557001063734726
Binary1010101000101001101101101111000010001101111101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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