#2A204F

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

Shades of Paua #2A204F

Tints of Paua #2A204F

Color information

#2A204F (or 0x2A204F) is unknown color: approx Paua. HEX triplet: 2A, 20 and 4F. RGB value is (42,32,79). Sum of RGB (Red+Green+Blue) = 42+32+79=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A204F is #D5DFB0. Grayscale: #282828. Windows color (decimal): -14016433 or 5185578. OLE color: 5185578.

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

Color convert

RGB423279-
CMYK0.470.5900.69
HSL252.77º42.34%21.76%-
HSV(B)252.77º59.49%30.98%-
XYZ2.882.097.65-
YUV40.35149.81129.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=27.45%
G=20.92%
B=51.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4232790.470.5900.69252.7742.3421.76
Hex2A204F2F3B045fd2a16
Octal5240117577301053755226
Binary1010101000001001111101111111011010001011111110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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