#2A244F

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

Shades of Paua #2A244F

Tints of Paua #2A244F

Color information

#2A244F (or 0x2A244F) is unknown color: approx Paua. HEX triplet: 2A, 24 and 4F. RGB value is (42,36,79). Sum of RGB (Red+Green+Blue) = 42+36+79=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A244F is #D5DBB0. Grayscale: #2A2A2A. Windows color (decimal): -14015409 or 5186602. OLE color: 5186602.

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

Color convert

RGB423679-
CMYK0.470.5400.69
HSL248.37º37.39%22.55%-
HSV(B)248.37º54.43%30.98%-
XYZ32.327.69-
YUV42.7148.49127.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=26.75%
G=22.93%
B=50.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4236790.470.5400.69248.3737.3922.55
Hex2A244F2F36045f82517
Octal5244117576601053704527
Binary1010101001001001111101111110110010001011111100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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