Html Css Color HEX #312E49 Paua

📋 copy color: '#312E49'

red 49 ◦ green 46 ◦ blue 73

#312E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #312E49

Tints of Paua #312E49

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 value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#312E49 (or 0x312E49) is known color: 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

RGB 49 46 73 -
CMYK 0.33 0.37 0 0.71
HSL 246.67º 0.23% 0.23% -
HSV(B) 246.67º 0.37% 0.29% -
XYZ 3.45 3.09 6.72 -
YUV 49.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 49 46 73 0.33 0.37 0 0.71 246.67 0.23 0.23
Hex 31 2E 49 21 25 0 47 F7 17 17
Octal 61 56 111 41 45 0 107 367 27 27
Binary 110001 101110 1001001 100001 100101 0 1000111 11110111 10111 10111

Color Harmonies of #312E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E49

Black with #312E49

Text Example


Text Example

White with #312E49

Text Example


Text Example

HTML Codes & Css Web 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>