#312E49

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

Shades of Paua #312E49

Tints of Paua #312E49

Color information

#312E49 (or 0x312E49) is unknown color: approx Paua. HEX triplet: 31, 2E and 49. RGB value is (49,46,73). Sum of RGB (Red+Green+Blue) = 49+46+73=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #312E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E49 is #CED1B6. Grayscale: #313131. Windows color (decimal): -13554103 or 4795953. OLE color: 4795953.

HSL color Cylindrical-coordinate representation of color #312E49: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #312E49 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB494673-
CMYK0.330.3700.71
HSL246.67º22.69%23.33%-
HSV(B)246.67º36.99%28.63%-
XYZ3.453.096.72-
YUV49.98140.99127.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=29.17%
G=27.38%
B=43.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4946730.330.3700.71246.6722.6923.33
Hex312E492125047f71717
Octal6156111414501073672727
Binary110001101110100100110000110010101000111111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E49; }

 p { color: rgb(49,46,73); }

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

<style>
 a { background-color: #312E49; }

 a { background-color: rgb(49,46,73); }

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

<style>
 span { border-color: #312E49; }

 span { border-color: rgb(49,46,73); }

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