Html Css Color HEX #312C4D Paua

📋 copy color: '#312C4D'

red 49 ◦ green 44 ◦ blue 77

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

Shades of Paua #312C4D

Tints of Paua #312C4D

RGB

 RED value IS 49 (19.53% from 255) = 28.82%

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 28.82%
G = 25.88%
B = 45.29%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#312C4D (or 0x312C4D) is known color: Paua. HEX triplet: 31, 2C and 4D. RGB value is (49,44,77). Sum of RGB (Red+Green+Blue) = 49+44+77=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #312C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C4D is #CED3B2. Grayscale: #313131. Windows color (decimal): -13554611 or 5057585. OLE color: 5057585.

HSL color Cylindrical-coordinate representation of color #312C4D: hue angle of 249.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #312C4D is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 44 77 -
CMYK 0.36 0.43 0 0.70
HSL 249.09º 0.27% 0.24% -
HSV(B) 249.09º 0.43% 0.3% -
XYZ 3.51 2.99 7.41 -
YUV 49.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 49 44 77 0.36 0.43 0 0.70 249.09 0.27 0.24
Hex 31 2C 4D 24 2B 0 46 F9 1B 18
Octal 61 54 115 44 53 0 106 371 33 30
Binary 110001 101100 1001101 100100 101011 0 1000110 11111001 11011 11000

Color Harmonies of #312C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C4D

Black with #312C4D

Text Example


Text Example

White with #312C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,77); }

 H1.HeaderClassName
 {
   color: #312C4D;
 }
 .AnyTagClassName
 {
   color: #312C4D;
 }
</style>

background-color css

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

 a { background-color: rgb(49,44,77); }

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

border-color css

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

 span { border-color: rgb(49,44,77); }

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