Html Css Color HEX #312F4D Paua

📋 copy color: '#312F4D'

red 49 ◦ green 47 ◦ blue 77

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

Shades of Paua #312F4D

Tints of Paua #312F4D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

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

R = 28.32%
G = 27.17%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#312F4D (or 0x312F4D) is known color: Paua. HEX triplet: 31, 2F and 4D. RGB value is (49,47,77). Sum of RGB (Red+Green+Blue) = 49+47+77=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #312F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F4D is #CED0B2. Grayscale: #323232. Windows color (decimal): -13553843 or 5058353. OLE color: 5058353.

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

Color convert

RGB 49 47 77 -
CMYK 0.36 0.39 0 0.70
HSL 244º 0.24% 0.24% -
HSV(B) 244º 0.39% 0.3% -
XYZ 3.62 3.22 7.45 -
YUV 51.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 49 47 77 0.36 0.39 0 0.70 244 0.24 0.24
Hex 31 2F 4D 24 27 0 46 F4 18 18
Octal 61 57 115 44 47 0 106 364 30 30
Binary 110001 101111 1001101 100100 100111 0 1000110 11110100 11000 11000

Color Harmonies of #312F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F4D

Black with #312F4D

Text Example


Text Example

White with #312F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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