#2A294F

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

Shades of Paua #2A294F

Tints of Paua #2A294F

Color information

#2A294F (or 0x2A294F) is unknown color: approx Paua. HEX triplet: 2A, 29 and 4F. RGB value is (42,41,79). Sum of RGB (Red+Green+Blue) = 42+41+79=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A294F is #D5D6B0. Grayscale: #2D2D2D. Windows color (decimal): -14014129 or 5187882. OLE color: 5187882.

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

Color convert

RGB424179-
CMYK0.470.4800.69
HSL241.58º31.67%23.53%-
HSV(B)241.58º48.1%30.98%-
XYZ3.162.647.74-
YUV45.63146.83125.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=25.93%
G=25.31%
B=48.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4241790.470.4800.69241.5831.6723.53
Hex2A294F2F30045f22018
Octal5251117576001053624030
Binary1010101010011001111101111110000010001011111001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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