#312D51

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

Shades of Paua #312D51

Tints of Paua #312D51

Color information

#312D51 (or 0x312D51) is unknown color: approx Paua. HEX triplet: 31, 2D and 51. RGB value is (49,45,81). Sum of RGB (Red+Green+Blue) = 49+45+81=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #312D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D51 is #CED2AE. Grayscale: #323232. Windows color (decimal): -13554351 or 5319985. OLE color: 5319985.

HSL color Cylindrical-coordinate representation of color #312D51: hue angle of 246.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312D51 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB494581-
CMYK0.400.4400.68
HSL246.67º28.57%24.71%-
HSV(B)246.67º44.44%31.76%-
XYZ3.693.128.19-
YUV50.3145.33127.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=28%
G=25.71%
B=46.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4945810.400.4400.68246.6728.5724.71
Hex312D51282C044f71d19
Octal6155121505401043673531
Binary110001101101101000110100010110001000100111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,81); }

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

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

 a { background-color: rgb(49,45,81); }

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

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

 span { border-color: rgb(49,45,81); }

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